summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-29 11:45:01 -0800
committerQi Wang <wangqi@google.com>2016-02-29 18:47:47 -0800
commite1c196e04154815e2fb55801af73beb9fb2aa324 (patch)
treed7df7c75b0304c55fad2c04478c594ecb65989ab /res/values
parent9cff658da23dc80786650fb0203ae4566839f18d (diff)
downloadandroid_packages_apps_Dialer-e1c196e04154815e2fb55801af73beb9fb2aa324.tar.gz
android_packages_apps_Dialer-e1c196e04154815e2fb55801af73beb9fb2aa324.tar.bz2
android_packages_apps_Dialer-e1c196e04154815e2fb55801af73beb9fb2aa324.zip
Accessibility: announce the active call after switching calls.
Bug: 24200862 Change-Id: I102a9c8406984a9dd4cfd8b91ec77254aa984dd5
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 734dde899..830af65b8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1025,4 +1025,7 @@
<!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
<string name="blocked_number_call_log_label">Blocked</string>
+
+ <!-- Accessibility announcement to indicate which call is active -->
+ <string name="accessibility_call_is_active"><xliff:g id="nameOrNumber">^1</xliff:g> is active</string>
</resources>