diff options
| author | 2021-07-29 18:24:43 +0000 | |
|---|---|---|
| committer | 2021-07-29 18:24:43 +0000 | |
| commit | 71a8968dcb4cd518f20b2783184f9ec6c43931f5 (patch) | |
| tree | 91e4b783437310d0f6dbbd3d610fdf24bb93b96c | |
| parent | 2f13cca5a6864b66e81026e6413508e9fa30af8f (diff) | |
| parent | e3150f3f3ebf2880b0bf0633708997156f39308f (diff) | |
Merge "Add |role to UPDATE_APP_OPS_STATS" into sc-dev
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a307369e9df5..95c24ad4a115 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. |