summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authormsnider <msnider@google.com>2017-01-20 14:49:05 -0800
committermsnider <msnider@google.com>2017-01-24 13:18:49 -0800
commitd779b371f02c8fa00949ca3306d2bb28bb187e42 (patch)
treeb9efdfdebc3811a1135b1a98083f149c05b1ab2a /res/values/strings.xml
parent10e3da2b63ece256c25019bece974ed50802ac73 (diff)
downloadandroid_packages_apps_PackageInstaller-d779b371f02c8fa00949ca3306d2bb28bb187e42.tar.gz
android_packages_apps_PackageInstaller-d779b371f02c8fa00949ca3306d2bb28bb187e42.tar.bz2
android_packages_apps_PackageInstaller-d779b371f02c8fa00949ca3306d2bb28bb187e42.zip
Adding the Activity for ClearData intent from ag/1806300
This exposes the activity of the Intent to show the user a confirmation AlertDialog before clearing a package's data. Test: Covered by a gts-test ag/1806256 and manually tested by calling from com.google.vending (Play Store). bug: 33017941 bug: 31008483 Change-Id: I3199cdb5846c1f99448f543e0edf082d09e6f420
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d5a93f4a..9584cfd8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -330,6 +330,11 @@
<!-- Help URL, application permissions [DO NOT TRANSLATE] -->
<string name="help_app_permissions" translatable="false"></string>
+ <!-- Confirm dialog text to verify if the user really wants to clear data for the provided
+ package. -->
+ <string name="clear_app_data_confirm_dialog">Do you really want to clear the data for
+ <xliff:g id="package" example="com.google.vending">%1$s</xliff:g>?</string>
+
<!-- Text to show in warning dialog when the app source is not trusted [CHAR LIMIT=NONE] -->
<string name="untrusted_external_source_warning">Application installs from external sources are blocked for security reasons. Please review the external sources settings to turn on installs from this source.</string>