summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-03-25 16:16:57 -0500
committerJeff Hamilton <jham@android.com>2011-03-25 16:17:53 -0500
commit10de0b31df14a2f3337bbfc824419f8e4a246f52 (patch)
tree18e4d621ea9cea804cc10327f7f6e75c6434427a
parent9c1ef098837bd73044cb970545344dd03f66daa0 (diff)
downloadbase-10de0b31df14a2f3337bbfc824419f8e4a246f52.tar.gz
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
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index c8295d7d7d8f..c6ddb567ef37 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1022,7 +1022,7 @@
<permission android:name="android.permission.STOP_APP_SWITCHES"
android:label="@string/permlab_stopAppSwitches"
android:description="@string/permdesc_stopAppSwitches"
- android:protectionLevel="signature" />
+ android:protectionLevel="signatureOrSystem" />
<!-- Allows an application to retrieve the current state of keys and
switches. This is only for use by the system.-->