From 36a04ad2a1d06bb7e5a08691930e04fc516fbca0 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Mon, 1 May 2023 11:58:06 -0700 Subject: [PATCH] permission(core): Modify protection level for SUBSCRIBE_TO_KEYGUARD This is needed by NFC stack (which is a platform APK currently, but is planned to become a mainline module in the future). Bug: 227958253 Test: Compiles Change-Id: Iaa22957057dad13df84cbbe7c7e92c47d4e79fa2 --- core/res/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index fefa79f65201c..7e0a36d30771b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4976,11 +4976,11 @@ android:protectionLevel="signature" /> + android:protectionLevel="signature|role"/>