From 42beaa7cfadda6051bf136870c7930119afe50f0 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 Merged-In: Iaa22957057dad13df84cbbe7c7e92c47d4e79fa2 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 277bdf3881888..f544cdcc1404a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4237,11 +4237,11 @@ android:protectionLevel="internal|preinstalled" /> + android:protectionLevel="signature|role"/>