Make MODIFY_QUIET_MODE a development permission.

Fix: 159151491
Test: atest 'com.android.cts.devicepolicy.QuietModeHostsideTest#testBroadcastManagedProfileAvailable_withCrossProfileAppsOp'
Test: atest 'com.android.cts.devicepolicy.QuietModeHostsideTest#testBroadcastManagedProfileAvailable_withoutCrossProfileAppsOp'
Change-Id: I7434df9258f938fcf154b93fb160722cc1548d20
This commit is contained in:
Pierre Barbier de Reuille
2020-06-17 21:07:33 +01:00
parent b7284f6015
commit 0b1582784d

View File

@@ -4850,7 +4850,7 @@
<!-- @SystemApi Allows an application to turn on / off quiet mode.
@hide -->
<permission android:name="android.permission.MODIFY_QUIET_MODE"
android:protectionLevel="signature|privileged|wellbeing" />
android:protectionLevel="signature|privileged|wellbeing|development" />
<!-- Allows internal management of the camera framework
@hide -->