summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-25 16:29:40 -0700
committerWinson Chung <winsonc@google.com>2013-09-25 17:59:45 -0700
commit94d6768c65929efa21bb893fdef7f269d65da3c3 (patch)
tree00d5b9c5c7ba48b462e409e31b6860e29dc1d212 /AndroidManifest.xml
parent10f3e9ff1aca9772272c74a36ea381193d3f1139 (diff)
downloadandroid_packages_apps_Trebuchet-94d6768c65929efa21bb893fdef7f269d65da3c3.tar.gz
android_packages_apps_Trebuchet-94d6768c65929efa21bb893fdef7f269d65da3c3.tar.bz2
android_packages_apps_Trebuchet-94d6768c65929efa21bb893fdef7f269d65da3c3.zip
Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)
Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c6263fb87..901b63838 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,13 +26,13 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="system|signature" />
<permission
- android:name="com.android.launcher3.permission.INSTALL_SHORTCUT"
+ android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="dangerous"
android:label="@string/permlab_install_shortcut"
android:description="@string/permdesc_install_shortcut" />
<permission
- android:name="com.android.launcher3.permission.UNINSTALL_SHORTCUT"
+ android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="dangerous"
android:label="@string/permlab_uninstall_shortcut"