summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-08-09 19:35:56 -0700
committerDianne Hackborn <hackbod@google.com>2011-08-10 17:30:19 -0700
commit9e9721266feafdf16786b94f6fac4c06220cd422 (patch)
tree9f3de81d278b82453b86a96e84fdcbed49a780f4 /res
parent315ced0cc2ac2f654d2aea3ee78bf9e289c5389d (diff)
downloadandroid_packages_apps_PackageInstaller-9e9721266feafdf16786b94f6fac4c06220cd422.tar.gz
android_packages_apps_PackageInstaller-9e9721266feafdf16786b94f6fac4c06220cd422.tar.bz2
android_packages_apps_PackageInstaller-9e9721266feafdf16786b94f6fac4c06220cd422.zip
Implement new extended install/uninstall options.
Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
Diffstat (limited to 'res')
-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 d8749782..9dadd510 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -57,6 +57,11 @@
<string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of applications not obtained from Android Market.</string>
<string name="ok">OK</string>
<string name="settings">Settings</string>
+ <!-- Title of dialog asking user if they would allow an application to be an install source. -->
+ <string name="allow_source_dlg_title">Allow new source for apps?</string>
+ <!-- Message of dialog asking user if they would allow an application to be an install source. -->
+ <string name="allow_source_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> wants to install other apps.\n\nAllow
+ this now and in the future?</string>
<string name="manage_applications">Manage applications</string>
<string name="dlg_app_replacement_title">Replace application</string>
<string name="dlg_app_replacement_statement">The application you are installing will replace another application.\n\nAll previous user data will be saved.</string>