summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-06-19 23:07:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-19 23:07:53 +0000
commit95499dcbb404d8e4d5575be7d5568115c35a639a (patch)
treeea9df720965b908d105e138633e67a67b0cf7f19
parent84a378f256bf7925ceb5d2c039a033d3e59b75df (diff)
parent8a1533ed2ea77b9f68dae84759b3376eafdc2fc8 (diff)
downloadframeworks_base-95499dcbb404d8e4d5575be7d5568115c35a639a.zip
frameworks_base-95499dcbb404d8e4d5575be7d5568115c35a639a.tar.gz
frameworks_base-95499dcbb404d8e4d5575be7d5568115c35a639a.tar.bz2
Merge "Change com.android.launcher.permission.INSTALL_SHORTCUT permission to normal level https://docs.google.com/document/d/12H0b6R2tmyIoNoOs2t8PbyzlGFcbxT8OnGpRb6P6c6s/edit" into mnc-dev
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index c2e8c8b..b54798b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1414,13 +1414,13 @@
<permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:label="@string/permlab_install_shortcut"
android:description="@string/permdesc_install_shortcut"
- android:protectionLevel="dangerous"/>
+ android:protectionLevel="normal"/>
<!-- Allows an application to uninstall a shortcut in Launcher -->
<permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
android:label="@string/permlab_uninstall_shortcut"
android:description="@string/permdesc_uninstall_shortcut"
- android:protectionLevel="dangerous"/>
+ android:protectionLevel="normal"/>
<!-- ==================================================== -->
<!-- Permissions related to accessing sync settings -->