summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMelisa Carranza Zuniga <melisacz@google.com>2020-06-06 16:04:41 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-06 16:04:41 +0000
commit39663b5d8f21e7975b44d07f1214d62c2289d4a3 (patch)
treebd569af77f232d5cb101a153093becf0ec30f1dc /overlay
parenta3eb389d27803d906643c1aa6a2002bd9480fb17 (diff)
parentb87d56c053c00bee84bf126fc9377442c0d896a1 (diff)
downloadatv-39663b5d8f21e7975b44d07f1214d62c2289d4a3.tar.gz
Adding accessibility_shortcut_spoken_feedback to tv strings am: b87d56c053
Original change: https://googleplex-android-review.googlesource.com/c/device/google/atv/+/11759344 Change-Id: I2ae021b37adc6cc632b3801f218784113e0403c6
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/strings.xml b/overlay/frameworks/base/core/res/res/values/strings.xml
index be12e07..c6ca2ce 100644
--- a/overlay/frameworks/base/core/res/res/values/strings.xml
+++ b/overlay/frameworks/base/core/res/res/values/strings.xml
@@ -27,4 +27,12 @@
You can change the feature in Settings > Accessibility.
</string>
+ <!-- Message spoken out when user is in the process of enabling the accessibility
+ service on Android TV devices via the remote control buttons shortcut for the first time.
+ [CHAR LIMIT=none] -->
+ <string name="accessibility_shortcut_spoken_feedback">
+ Press and hold both the back and down buttons for three seconds to use
+ <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>
+ </string>
+
</resources>