diff options
| author | 2017-08-15 12:40:45 +0000 | |
|---|---|---|
| committer | 2017-08-15 12:40:45 +0000 | |
| commit | 391415435b71fd10dbc0c1c16fe5c4dd8affa4bd (patch) | |
| tree | 219bfccc336542ae83ecbf3c77cb44f669d585cf | |
| parent | a3404d2fbc9a7d354f99139e6b823ae868144c38 (diff) | |
| parent | e19d8413dfd508e1caa2da406222e190adaf0eaa (diff) | |
Merge "Fix the GET_APP_OPS_STATS permission's comment."
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
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" /> |