summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2015-10-27 16:09:09 -0700
committerTa-wei Yen <twyen@google.com>2015-11-03 18:51:17 -0800
commite3cae63fc19a431d902fb8ae50eab732e735b2a0 (patch)
tree7982e43755f75320412511cf91ca4715cfb05d54 /res
parent7d048b14177813c9c2b857c67d69698af466a5c7 (diff)
DiatactsActivity title indicate dialpad status, removed excessive "showing item"
messages. + DiatactsActivity set its' title to "Phone Dialpad" or just "Phone", so user using Talkback can know the state of the activity when it is launched + SpeedDialFragment and SearchFragment no longer send accessibility events when its' content is changed. + Add AccessibilityDelegate ContentChangedFilter to filter out TYPE_WINDOW_CONTENT_CHANGED event for View. Bug:25190037 Change-Id: If1fa34cc9a5d24dec3fe261da9c071bb5388ec58
Diffstat (limited to 'res')
-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 4d4fb1e84..fe5f41baa 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,6 +26,9 @@
used in the Launcher icon. -->
<string name="launcherActivityLabel">Phone</string>
+
+ <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
+ <string name="launcherDialpadActivityLabel">Phone Dialpad</string>
<!-- The description text for the dialer tab.
Note: AccessibilityServices use this attribute to announce what the view represents.