diff options
author | Alan Viverette <alanv@google.com> | 2013-12-10 13:19:13 -0800 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2013-12-10 13:19:13 -0800 |
commit | 24ef59737b962258a143ed7be3159dd64e8f8c85 (patch) | |
tree | c3ae866dfc36f78d80e0cb5189d5782780d68774 /res/values | |
parent | 38bd642e23966f3cfc58fe4729ca0ceb45afacf7 (diff) | |
download | packages_apps_Settings-24ef59737b962258a143ed7be3159dd64e8f8c85.zip packages_apps_Settings-24ef59737b962258a143ed7be3159dd64e8f8c85.tar.gz packages_apps_Settings-24ef59737b962258a143ed7be3159dd64e8f8c85.tar.bz2 |
Remove dialog offering to download TalkBack
GMS devices are required to have at least one accessibility service
installed, and AOSP devices will not have Play Store, so this dialog
is obsolete.
BUG: 10429642
Change-Id: I08db466b305a4a73c35325656d143afdfcecf061
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c689deb..5b6bc1b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3439,15 +3439,6 @@ <!-- Title for the prompt shown as a placeholder if no accessibility serivices are installed. [CHAR LIMIT=50] --> <string name="accessibility_no_services_installed">No services installed</string> - <!-- Title for the prompt that lets users know that they have no accessibility related apps - installed and that they can install TalkBack from Market. [CHAR LIMIT=50] --> - <string name="accessibility_service_no_apps_title">Need a screen reader?</string> - <!-- Message for the prompt that lets users know that they have no accessibility related apps - installed and that they can install TalkBack from Market. [CHAR LIMIT=NONE] --> - <string name="accessibility_service_no_apps_message">TalkBack provides spoken feedback to - help blind and low-vision users. Do you want to install it for free from Android - Market?</string> - <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] --> <string name="accessibility_service_default_description">No description provided.</string> |