commit | be8780ba34d3f6ef9c2521f216cb168494ae636b | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Thu Jul 29 18:30:06 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 29 18:30:06 2021 +0000 |
tree | 45c0e98912d799f280311dabbcea0e97fbf8c50a | |
parent | f80d266a62b6912e9cbeaf1d7c2f8ffb658f7547 [diff] | |
parent | 71a8968dcb4cd518f20b2783184f9ec6c43931f5 [diff] |
Merge "Add |role to UPDATE_APP_OPS_STATS" into sc-dev am: 71a8968dcb Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15341655 Change-Id: I240735b70bcc29131eb0c0450cbbeafaece88c3e
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a307369..95c24ad 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml
@@ -3507,7 +3507,7 @@ use by third party apps. @hide --> <permission android:name="android.permission.UPDATE_APP_OPS_STATS" - android:protectionLevel="signature|privileged|installer" /> + android:protectionLevel="signature|privileged|installer|role" /> <!-- @SystemApi Allows an application to update the user app op restrictions. Not for use by third party apps.