summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Johnston <acjohnston@google.com> 2022-02-16 18:21:09 +0000
committer Alex Johnston <acjohnston@google.com> 2022-03-16 17:18:25 +0000
commitfcf2be2f16d52869e1ab14d2b200dfcc3dce7ead (patch)
treef6dd127ae3d43ef74191f08d63c0ba9d7e863316
parentcde55d305f5b7d43f5b026812ba0b149bac6d5cf (diff)
Add role protection level to MODIFY_QUIET_MODE
Bug: 206945072 Test: N/A Change-Id: I1976904ed7f1d80b1c033532282a1dc3c55d71d0
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index d652b2ff4f4a..649ddd718c75 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -5998,7 +5998,7 @@
<!-- @SystemApi Allows an application to turn on / off quiet mode.
@hide -->
<permission android:name="android.permission.MODIFY_QUIET_MODE"
- android:protectionLevel="signature|privileged|development" />
+ android:protectionLevel="signature|privileged|development|role" />
<!-- Allows internal management of the camera framework
@hide -->