summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-06-10 21:33:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-10 21:33:56 +0000
commit5b1548b6b4d37c905baa867c6065a10b68f77c51 (patch)
tree6c49cce776453a530277889ceb93863d426e1a92 /packages/SystemUI/res
parente2998a02696740ed179dd4726b2a331ddcfde2cc (diff)
parentbd1abe631cb0a405605babd811b5fd4dbe9e0cf8 (diff)
downloadframeworks_base-5b1548b6b4d37c905baa867c6065a10b68f77c51.zip
frameworks_base-5b1548b6b4d37c905baa867c6065a10b68f77c51.tar.gz
frameworks_base-5b1548b6b4d37c905baa867c6065a10b68f77c51.tar.bz2
Merge "Zen a11y: Add a blurb re: screen readers to total silence." into mnc-dev
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 0e0584f..d972111 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -772,6 +772,9 @@
<!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
<string name="camera_hint">Swipe from icon for camera</string>
+ <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
+ <string name="interruption_level_none_with_warning">Total silence. This will also silence screen readers.</string>
+
<!-- Interruption level: None. [CHAR LIMIT=40] -->
<string name="interruption_level_none">Total silence</string>