summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-09-03 16:25:12 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-03 16:26:11 -0700
commit39670182be72e981cc7c26d9099f6e9636d27411 (patch)
tree1eec55e984ffb60d2726ec9da261b420452d9d2b /res/values/strings.xml
parentbc6840b316992c6fdd681be419fc767b5de2f226 (diff)
downloadandroid_packages_apps_Trebuchet-39670182be72e981cc7c26d9099f6e9636d27411.tar.gz
android_packages_apps_Trebuchet-39670182be72e981cc7c26d9099f6e9636d27411.tar.bz2
android_packages_apps_Trebuchet-39670182be72e981cc7c26d9099f6e9636d27411.zip
For now, just show a toast when user tries to delete a system app.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0a704f812..392584cda 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -168,4 +168,6 @@
<string name="default_browser_url" translatable="false">
http://www.google.com/m?client=ms-{CID}&amp;source=android-home-hotseat</string>
+ <!-- Text to inform the user that they can't uninstall a system application -->
+ <string name="uninstall_system_app_text">This is a system application and cannot be uninstalled.</string>
</resources>