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: I0ea3e8c9477a1e97abffbc13a31a13b0c057f7ea
This commit is contained in:
Nate Myren
2021-07-29 18:29:27 +00:00
committed by Automerger Merge Worker

View File

@@ -3516,7 +3516,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.