diff options
author | John Spurlock <jspurlock@google.com> | 2015-06-08 16:50:36 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2015-06-08 16:50:36 -0400 |
commit | 90e27a4893effb17e19aef973df02333eec9614a (patch) | |
tree | e4e02adf6f09f7e319701d563546920892fa6e40 /res | |
parent | 178d46a9b5cccfa5106028375877b2eb0bf005f7 (diff) | |
download | packages_apps_Settings-90e27a4893effb17e19aef973df02333eec9614a.zip packages_apps_Settings-90e27a4893effb17e19aef973df02333eec9614a.tar.gz packages_apps_Settings-90e27a4893effb17e19aef973df02333eec9614a.tar.bz2 |
Settings: Update notification listener user prompt strings.
Bug: 20926937
Change-Id: I85e1e103511155f854478b773ddc45dc88c96c12
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4978d57..549a809 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6059,19 +6059,18 @@ </plurals> <!-- String to show in the list of notification listeners, when none is installed --> - <string name="no_notification_listeners">No notification listeners are installed.</string> + <string name="no_notification_listeners">No installed apps have requested notification access.</string> <!-- Title for a warning message about security implications of enabling a notification listener, displayed as a dialog message. [CHAR LIMIT=NONE] --> - <string name="notification_listener_security_warning_title">Enable + <string name="notification_listener_security_warning_title">Allow notification access for <xliff:g id="service" example="NotificationReader">%1$s</xliff:g>?</string> <!-- Summary for a warning message about security implications of enabling a notification listener, displayed as a dialog message. [CHAR LIMIT=NONE] --> <string name="notification_listener_security_warning_summary"> - <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to - read all notifications posted by the system or any installed app, which may include personal - information such as contact names and the text of messages sent to you. It will also be able - to dismiss these notifications or touch action buttons within them. + <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to read all notifications, + including personal information such as contact names and the text of messages you receive. + It will also be able to dismiss notifications or trigger action buttons they contain. </string> <!-- Sound & notification > Advanced section: Title for managing Do Not Disturb access option. [CHAR LIMIT=40] --> |