summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-17 14:45:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-17 14:45:59 -0700
commit24907421472a7960b55ae1ace40c2fa450910be7 (patch)
tree14242c8d2db7b2d9a213cc7b542e3dc7c2d4b542 /res
parent0ddbedb7f05404921841e16593d64094669fcf26 (diff)
parent070070577e62310d9c3fb09874f7722b50d270e9 (diff)
downloadandroid_packages_apps_PackageInstaller-24907421472a7960b55ae1ace40c2fa450910be7.tar.gz
android_packages_apps_PackageInstaller-24907421472a7960b55ae1ace40c2fa450910be7.tar.bz2
android_packages_apps_PackageInstaller-24907421472a7960b55ae1ace40c2fa450910be7.zip
am 07007057: am 3e0c22f9: Implement new option for uninstalling over all users.
* commit '070070577e62310d9c3fb09874f7722b50d270e9': Implement new option for uninstalling over all users.
Diffstat (limited to 'res')
-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 d5d1ab52..db43792a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -111,6 +111,8 @@
<string name="uninstall_update_title">Uninstall update</string>
<string name="uninstall_activity_text"><xliff:g id="activity_name">%1$s</xliff:g> is part of the following app:</string>
<string name="uninstall_application_text">Do you want to uninstall this app?</string>
+ <string name="uninstall_application_text_all_users">Do you want to uninstall this app for <b>all</b>
+ users? The application and its data will be removed from <b>all</b> users on the device.</string>
<string name="uninstall_update_text">Do you want to replace this app with the factory version?</string>
<string name="uninstalling">Uninstalling\u2026</string>
<string name="uninstall_done">Uninstall finished.</string>