diff options
author | Julia Reynolds <juliacr@google.com> | 2015-07-29 13:01:10 -0400 |
---|---|---|
committer | Julia Reynolds <juliacr@google.com> | 2015-07-29 13:02:09 -0400 |
commit | 5bdf80c86827c66d1dc3b09299d79af5e2eeab48 (patch) | |
tree | 463015eb8471bd97d624cafc63d1221769469301 /res | |
parent | 300d6fd90c3b63948d86e140353604baa8339a34 (diff) | |
download | packages_apps_Settings-5bdf80c86827c66d1dc3b09299d79af5e2eeab48.zip packages_apps_Settings-5bdf80c86827c66d1dc3b09299d79af5e2eeab48.tar.gz packages_apps_Settings-5bdf80c86827c66d1dc3b09299d79af5e2eeab48.tar.bz2 |
Change assist app warning message text
Bug: 22816916
Change-Id: I43259ab526710fd193a16c6cb49580042dca8555
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9a3242e..5e5f027 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6631,9 +6631,9 @@ <!-- [CHAR_LIMIT=NONE] Warning message about security implications of setting an assistant, displayed as a dialog message when the user selects an assistant. --> - <string name="assistant_security_warning"><xliff:g id="assistant_app_name">%s</xliff:g> will - be able to read information about apps in use on your system, including information - visible on your screen or accessible within the apps.</string> + <string name="assistant_security_warning">The assistant will be able to read information about + apps in use on your system, including information visible on your screen or accessible + within the apps.</string> <!-- Label for the button to acknowledge assistant security implications. [CHAR LIMIT=30] --> <string name="assistant_security_warning_agree">Agree</string> |