summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-03-26 15:22:29 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-04-01 10:11:11 -0700
commite9909f58c2b235f8066295c4faa6a00415968ae7 (patch)
tree3ace59703abb08e66cabf7168e67335500045974 /AndroidManifest.xml
parent7db312f37b37998e411e76d9646c04ea7478022e (diff)
downloadandroid_packages_apps_Trebuchet-e9909f58c2b235f8066295c4faa6a00415968ae7.tar.gz
android_packages_apps_Trebuchet-e9909f58c2b235f8066295c4faa6a00415968ae7.tar.bz2
android_packages_apps_Trebuchet-e9909f58c2b235f8066295c4faa6a00415968ae7.zip
Removing UninstallShortcutReceiver
> Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c837cc1d..f43106f18 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,12 +29,6 @@
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="dangerous"
- android:label="@string/permlab_uninstall_shortcut"
- android:description="@string/permdesc_uninstall_shortcut"/>
- <permission
android:name="com.android.launcher3.permission.READ_SETTINGS"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="normal"
@@ -191,15 +185,6 @@
</intent-filter>
</receiver>
- <!-- Intent received used to uninstall shortcuts from other applications -->
- <receiver
- android:name="com.android.launcher3.UninstallShortcutReceiver"
- android:permission="com.android.launcher.permission.UNINSTALL_SHORTCUT">
- <intent-filter>
- <action android:name="com.android.launcher.action.UNINSTALL_SHORTCUT" />
- </intent-filter>
- </receiver>
-
<!-- Intent received used to initialize a restored widget -->
<receiver android:name="com.android.launcher3.AppWidgetsRestoredReceiver" >
<intent-filter>