summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-16 18:26:11 -0700
committerDianne Hackborn <hackbod@google.com>2012-09-16 18:26:11 -0700
commit3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9 (patch)
tree288b66adbe06b45870f66e5a2839d2104283a07b /res
parent8ec226e8c778a3d1b4268edc33cd7c515d88ab31 (diff)
downloadandroid_packages_apps_PackageInstaller-3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9.tar.gz
android_packages_apps_PackageInstaller-3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9.tar.bz2
android_packages_apps_PackageInstaller-3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9.zip
Implement new option for uninstalling over all users.
This API is hidden, but we don't try to protect with a permission here because we always go through a UI for the user to verify the operation. Change-Id: I5580bcbe7ca00b8613c0d8523f348ce83b2d5031
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>