summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-02-05 22:55:18 +0100
committerJorge Ruesga <jorge@ruesga.com>2014-02-05 22:55:18 +0100
commit2aa023d205645085ab50cb9f3231e336dce51b48 (patch)
treecfc7ccd2f942be79a7d740732fccd999a53f47a2 /AndroidManifest.xml
parent20109c489eed6e97803ed5e5745c8c377b0446cb (diff)
downloadandroid_packages_apps_Trebuchet-2aa023d205645085ab50cb9f3231e336dce51b48.tar.gz
android_packages_apps_Trebuchet-2aa023d205645085ab50cb9f3231e336dce51b48.tar.bz2
android_packages_apps_Trebuchet-2aa023d205645085ab50cb9f3231e336dce51b48.zip
trebuchet: fix shortcut permissions
Change-Id: I7be91884a7e0f041d7ffbdf7efdb8a33dc344d4f JIRA: CYAN-3363 Issue: https://jira.cyanogenmod.org/browse/CYAN-3363 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
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 13cf636fc..f33bb0b30 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -166,7 +166,7 @@
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.android.launcher3.InstallShortcutReceiver"
- android:permission="com.android.launcher3.permission.INSTALL_SHORTCUT">
+ android:permission="com.android.launcher.permission.INSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.INSTALL_SHORTCUT" />
</intent-filter>
@@ -175,7 +175,7 @@
<!-- Intent received used to uninstall shortcuts from other applications -->
<receiver
android:name="com.android.launcher3.UninstallShortcutReceiver"
- android:permission="com.android.launcher3.permission.UNINSTALL_SHORTCUT">
+ android:permission="com.android.launcher.permission.UNINSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.UNINSTALL_SHORTCUT" />
</intent-filter>