Merge "Make MODIFY_QUIET_MODE a development permission." into rvc-dev am: 2ba2ce1282

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11899478

Change-Id: I196501d73426e074586d04b35bb812e6facb21d0
This commit is contained in:
TreeHugger Robot
2020-06-25 21:31:38 +00:00
committed by Automerger Merge Worker

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