diff options
author | Alan Viverette <alanv@google.com> | 2014-12-17 00:54:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-17 00:54:12 +0000 |
commit | 2097056679b2b138f3c529170c3e12804e198d5f (patch) | |
tree | d46ff1466df361fa4d90aca58b62e0d5b2a2bf77 /res | |
parent | cf054c0b74f19bb997eaa6e392148dd75312c66e (diff) | |
parent | 3c682c32a4d9f703a1233568735ef1165ab73395 (diff) | |
download | packages_apps_Settings-2097056679b2b138f3c529170c3e12804e198d5f.zip packages_apps_Settings-2097056679b2b138f3c529170c3e12804e198d5f.tar.gz packages_apps_Settings-2097056679b2b138f3c529170c3e12804e198d5f.tar.bz2 |
Merge "Show a toast when filtering obscured touch input"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ae11b32..6815499 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3689,6 +3689,11 @@ <!-- Title for the list of capabilities of an accessibility service. --> <string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> needs to:</string> + <!-- Warning shown when user input has been blocked due to another app overlaying screen + content. Since we don't know what the app is showing on top of the input target, we + can't verify user consent. [CHAR LIMIT=NONE] --> + <string name="touch_filtered_warning">Because an app is obscuring a permission request, Settings + can’t verify your response.</string> <!-- Warning that the device data will not be encrypted with password or PIN if enabling an accessibility service and there is a secure lock setup. [CHAR LIMIT=NONE] --> <string name="enable_service_encryption_warning">If you turn on <xliff:g id="service" |