From 5859a9d8bda596218d71cd14a35f31601378562a Mon Sep 17 00:00:00 2001 From: Alex Johnston Date: Wed, 16 Feb 2022 18:21:09 +0000 Subject: [PATCH] Add role protection level to MODIFY_QUIET_MODE Bug: 206945072 Test: N/A Change-Id: I1976904ed7f1d80b1c033532282a1dc3c55d71d0 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 68c8143299c54..80f83e48f9e0c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -5963,7 +5963,7 @@ + android:protectionLevel="signature|privileged|development|role" />