From 10de0b31df14a2f3337bbfc824419f8e4a246f52 Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Fri, 25 Mar 2011 16:16:57 -0500 Subject: [PATCH] Make STOP_APP_SWITCHES signatureOrSystem. The NFC service relies on this permission for it's dispatching mechanism and it is no longer signed with the platform cert. Bug: 4173610 Change-Id: I598ad2889c4af307f04433093923255fe7daedbb --- 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 c8295d7d7d8f4..c6ddb567ef37c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1022,7 +1022,7 @@ + android:protectionLevel="signatureOrSystem" />