summaryrefslogtreecommitdiffstats
path: root/res
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 /res
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 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0b34d00a8..7f79b984c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -113,8 +113,6 @@ s -->
<string name="invalid_hotseat_item">This widget is too large for the Favorites tray</string>
<!-- Message displayed when a shortcut is created by an external application -->
<string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
- <!-- Message displayed when a shortcut is uninstalled by an external application -->
- <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
<!-- Message displayed when an external application attemps to create a shortcut that already exists -->
<string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string>