summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-05-12 14:59:09 -0700
committerTony <twickham@google.com>2017-05-16 14:08:42 -0700
commit2ab8482809109c7c202e12bcef083cc3783e852e (patch)
tree2103d4d8fac65fa8cd992a2ffa50a4facbfba746 /res/values/strings.xml
parent441c628a751be4960b6955dfdf4e9557f0fc5220 (diff)
downloadandroid_packages_apps_Trebuchet-2ab8482809109c7c202e12bcef083cc3783e852e.tar.gz
android_packages_apps_Trebuchet-2ab8482809109c7c202e12bcef083cc3783e852e.tar.bz2
android_packages_apps_Trebuchet-2ab8482809109c7c202e12bcef083cc3783e852e.zip
Add setting to turn off icon badging
Redirects to system Notifications setting page. Bug: 36815147 Change-Id: I5ee542f94ed51a73a57df3a726384944ff3ee71d
Diffstat (limited to 'res/values/strings.xml')
-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 e840328a5..f7c482567 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -172,6 +172,12 @@
<string name="allow_rotation_desc">When phone is rotated</string>
<!-- Text explaining that rotation is disabled in Display settings. 'Display' refers to the Display section in system settings [CHAR LIMIT=100] -->
<string name="allow_rotation_blocked_desc">Current Display setting doesn\'t permit rotation</string>
+ <!-- Title for Icon Badging setting. Tapping this will link to the system Notifications Settings screen where the user can turn off badging globally. [CHAR LIMIT=50] -->
+ <string name="icon_badging_title">Icon badging</string>
+ <!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
+ <string name="icon_badging_desc_on">On for all apps</string>
+ <!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
+ <string name="icon_badging_desc_off">Off for all apps</string>
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
<string name="auto_add_shortcuts_label">Add icon to Home screen</string>