Add role protection level to MODIFY_QUIET_MODE

Bug: 206945072
Test: N/A
Change-Id: I1976904ed7f1d80b1c033532282a1dc3c55d71d0
This commit is contained in:
Alex Johnston
2022-02-16 18:21:09 +00:00
parent cde55d305f
commit fcf2be2f16

View File

@@ -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 -->