summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-22 16:07:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-22 16:07:19 +0000
commit379460c5d075f910c05bf36eeee430d8e45cb4b4 (patch)
tree63d538aab944cd4056688b576ad5e3be174d6bbf /res/values
parentad661bd26771b2fcc2675a12c594affd89daa7a3 (diff)
parent60a15501bfdd58e61b2845be9369f99503358c7d (diff)
downloadandroid_packages_apps_PackageInstaller-379460c5d075f910c05bf36eeee430d8e45cb4b4.tar.gz
android_packages_apps_PackageInstaller-379460c5d075f910c05bf36eeee430d8e45cb4b4.tar.bz2
android_packages_apps_PackageInstaller-379460c5d075f910c05bf36eeee430d8e45cb4b4.zip
am 60a15501: am 2415ae18: am 51cb4381: Merge "Add dialog guarding permission denial for system apps" into mnc-dev
* commit '60a15501bfdd58e61b2845be9369f99503358c7d': Add dialog guarding permission denial for system apps
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 517395dd..72ac495c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -244,4 +244,7 @@
<!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled -->
<string name="location_warning"><xliff:g id="app_name" example="Package Installer">%1$s</xliff:g> is a provider of location services for this device. Location access can be modified from location settings.</string>
+ <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps -->
+ <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string>
+
</resources>