summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2012-08-08 14:03:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-08 14:03:42 -0700
commit7ba833ea7f053b1073bce618a864bdd0a7e6ebe5 (patch)
treeae4c886e0266814b7d52225c86a71e5170a180b6
parenta6104e290aed6d7f83223946e6c199191e645ee5 (diff)
parent33650301a204297ea7e7ea08b485245a7c9e5968 (diff)
downloadandroid_packages_apps_Trebuchet-7ba833ea7f053b1073bce618a864bdd0a7e6ebe5.tar.gz
android_packages_apps_Trebuchet-7ba833ea7f053b1073bce618a864bdd0a7e6ebe5.tar.bz2
android_packages_apps_Trebuchet-7ba833ea7f053b1073bce618a864bdd0a7e6ebe5.zip
am 33650301: Set permission [UN]INSTALL_SHORTCUT protectionLevel to \'dangerous\'
* commit '33650301a204297ea7e7ea08b485245a7c9e5968': Set permission [UN]INSTALL_SHORTCUT protectionLevel to 'dangerous'
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 80c8ba6d8..c13bd3b6a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,13 +30,13 @@
<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:protectionLevel="normal"
+ android:protectionLevel="dangerous"
android:label="@string/permlab_install_shortcut"
android:description="@string/permdesc_install_shortcut" />
<permission
android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:protectionLevel="normal"
+ android:protectionLevel="dangerous"
android:label="@string/permlab_uninstall_shortcut"
android:description="@string/permdesc_uninstall_shortcut"/>
<permission