From e3150f3f3ebf2880b0bf0633708997156f39308f Mon Sep 17 00:00:00 2001 From: Nate Myren Date: Tue, 20 Jul 2021 14:07:27 -0700 Subject: [PATCH] Add |role to UPDATE_APP_OPS_STATS This allows the SYSTEM_SPEECH_RECOGNITION role to be granted the permission, and to blame. Test: manual Bug: 194198234 Change-Id: Iebc09f46b580f0c10caa24c65868d3c1932f437f --- 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 4dec0ffccb5e2..31b6e160d2a32 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3503,7 +3503,7 @@ use by third party apps. @hide --> + android:protectionLevel="signature|privileged|installer|role" />