summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-03-25 14:53:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-25 14:53:14 -0700
commit96cf34d362a1666683e813af915e4f6e0d1b38a0 (patch)
treeec75bba638dabbc0cdca6d804c35d1eda1025589 /core
parent05f14e2bcf78be62b35e85902408ea66103a3881 (diff)
parent10de0b31df14a2f3337bbfc824419f8e4a246f52 (diff)
downloadframeworks_base-96cf34d362a1666683e813af915e4f6e0d1b38a0.zip
frameworks_base-96cf34d362a1666683e813af915e4f6e0d1b38a0.tar.gz
frameworks_base-96cf34d362a1666683e813af915e4f6e0d1b38a0.tar.bz2
Merge "Make STOP_APP_SWITCHES signatureOrSystem." into gingerbread
Diffstat (limited to 'core')
-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 c8295d7..c6ddb56 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.-->