summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-31 07:29:58 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-31 07:29:58 +0000
commit4e9c7cf369f7aecafac741c55bfefcbfc170d90b (patch)
tree1def6188cba26b31aae1452daf163a5511ec9840
parent547aaa444611783567f74d258e650eb07da9e6ad (diff)
parente554703a0b101c504e1abfb67af7d88cc004d674 (diff)
downloaddevice_google_atv-4e9c7cf369f7aecafac741c55bfefcbfc170d90b.tar.gz
device_google_atv-4e9c7cf369f7aecafac741c55bfefcbfc170d90b.tar.bz2
device_google_atv-4e9c7cf369f7aecafac741c55bfefcbfc170d90b.zip
release-request-fd631211-effa-4885-9314-559fcbd0a094-for-git_oc-mr1-release-4308825 snap-temp-L52700000098265170
Change-Id: I048d588293ecbbee59817e922d5c8200bf65b6fb
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
-rw-r--r--overlay/frameworks/base/core/res/res/values/strings.xml30
2 files changed, 33 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 1b3ff56..956f4bb 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -58,4 +58,7 @@
<!-- Package of the unbundled tv remote service which can connect to tv remote provider -->
<string translatable="false" name="config_tvRemoteServicePackage">com.google.android.tv.remote.service</string>
+ <!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
+ <string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
+
</resources>
diff --git a/overlay/frameworks/base/core/res/res/values/strings.xml b/overlay/frameworks/base/core/res/res/values/strings.xml
new file mode 100644
index 0000000..be12e07
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Message shown in dialog 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_toogle_warning">
+ When the shortcut is on, pressing both the back and down buttons for 3 seconds will start
+ an accessibility feature.\n\n
+ Current accessibility feature:\n
+ <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>\n\n
+ You can change the feature in Settings > Accessibility.
+ </string>
+
+</resources>