summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-04 13:01:59 -0400
committerJohn Spurlock <jspurlock@google.com>2015-06-08 12:27:03 -0400
commita00194d99852a0ce63bda50ad5134f99a423015e (patch)
tree57d7bf4cf20d217d92c3bd96f9e504fb2de82339 /res/values
parent7b4d1e2cb8684dc1bece3cfe4edfb43b73a00565 (diff)
downloadpackages_apps_Settings-a00194d99852a0ce63bda50ad5134f99a423015e.zip
packages_apps_Settings-a00194d99852a0ce63bda50ad5134f99a423015e.tar.gz
packages_apps_Settings-a00194d99852a0ce63bda50ad5134f99a423015e.tar.bz2
Settings: Update DND access dialog to new user flow.
- Only list apps in the DND access list that have included the corresponding permission in their manifest. - Show a scary user warning before enabling access per app. - Update manifest to follow framework intent action rename. Bug: 21621663 Change-Id: I76c6893928092bdbb58d62bc3aba31ec8a609fc6
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 58169f8..ad8dc1e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6722,4 +6722,10 @@
<!-- Summary of data item when no data usage [CHAR LIMIT=40] -->
<string name="no_data_usage">No data used</string>
+
+ <!-- Zen mode access settings - title for warning dialog when enabling access [CHAR LIMIT=NONE] -->
+ <string name="zen_access_warning_dialog_title">Allow access to Do Not Disturb for <xliff:g id="app" example="Tasker">%1$s</xliff:g>?</string>
+
+ <!-- Zen mode access settings - summary for warning dialog when enabling access [CHAR LIMIT=NONE] -->
+ <string name="zen_access_warning_dialog_summary">The app will be able to turn on/off Do Not Disturb and make changes to related settings.</string>
</resources>