summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Peter Visontay <pvisontay@google.com> 2017-08-08 16:25:17 +0100
committer Peter Visontay <pvisontay@google.com> 2017-08-08 16:26:04 +0100
commite19d8413dfd508e1caa2da406222e190adaf0eaa (patch)
tree047dbe88e11092f5466ef635c9da3bae64b1a660
parentd092b9bb2b3d3bf2c6078d4db8327c0c8ec4c077 (diff)
Fix the GET_APP_OPS_STATS permission's comment.
Test: none Change-Id: I182649ad3184db848ffcf5a9b2c1140fd3df1dba
-rw-r--r--core/res/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index a3cb35036dcd..167dfc6ed379 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2371,7 +2371,8 @@
<permission android:name="android.permission.UPDATE_DEVICE_STATS"
android:protectionLevel="signature|privileged" />
- <!-- @SystemApi @hide Allows an application to collect battery statistics -->
+ <!-- @SystemApi @hide Allows an application to collect application operation statistics.
+ Not for use by third party apps. -->
<permission android:name="android.permission.GET_APP_OPS_STATS"
android:protectionLevel="signature|privileged|development" />