Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b158278 authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille
Browse files

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
parent b7284f60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -->