summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Péter Visontay <pvisontay@google.com> 2017-08-15 12:40:45 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-08-15 12:40:45 +0000
commit391415435b71fd10dbc0c1c16fe5c4dd8affa4bd (patch)
tree219bfccc336542ae83ecbf3c77cb44f669d585cf
parenta3404d2fbc9a7d354f99139e6b823ae868144c38 (diff)
parente19d8413dfd508e1caa2da406222e190adaf0eaa (diff)
Merge "Fix the GET_APP_OPS_STATS permission's comment."
-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 790688bc906e..361aa089e171 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2390,7 +2390,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" />