/documentation/android_access/faq.html
HTML | 124 lines | 87 code | 25 blank | 12 comment | 0 complexity | 7ac84d00636823a6c3e8d7f7a079282e MD5 | raw file
1<!-- Copyright 2010 Google Inc. 2 Licensed under the Apache License, Version 2.0 (the "License"); 3 you may not use this file except in compliance with the License. 4 You may obtain a copy of the License at 5 6 http://www.apache.org/licenses/LICENSE-2.0 7 8 Unless required by applicable law or agreed to in writing, software 9 distributed under the License is distributed on an "AS IS" BASIS, 10 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 See the License for the specific language governing permissions and 12 limitations under the License. --> 13 14<html> 15<head> 16 <title>F.A.Q. - Android Accessibility</title> 17 <link rel="stylesheet" type="text/css" href="style.css"> 18</head> 19 20<body> 21<div id="main_body"> 22 23<h1>Frequently Asked Questions</h1> 24 25<div class="nav"> 26 <div class="nav_back"> 27 <a href="troubleshooting.html">Previous: Troubleshooting</a> 28 </div> 29 <div class="nav_up"> 30 <a href="index.html">Up: Android Accessibility</a> 31 </div> 32</div> 33 34<h3>Questions about what accessible Android phones can do:</h3> 35 36<ul> 37 38 <li><i>Which Android phones are accessible?</i> 39 See <a href="phones.html">Choosing a Phone</a>. 40 41 <li><i>Are there commands to read the whole screen or spell text 42 one character at a time?</i> Currently, no.</li> 43 44 <li><i>Is Email accessible?</i> The Gmail app is accessible, and the Email 45 app is accessible as of Android 4.0. In previous versions, the built-in email 46 app is not accessible, but there's an accessible email app you can download. 47 See <a href="apps.html">Apps</a>.</li> 48 49 <li><i>Is the web browser accessible?</i> Yes, as of Android 4.0. In previous 50 versions, the built-in web browser is not accessible, but there's an 51 accessible web browser you can download. See <a href="apps.html">Apps</a>. 52 </li> 53 54 <li><i>Is Android available in multiple languages?</i> Yes, 55 the system already works in many languages, you can change it in the 56 Settings. Each speech engine has support for a different set of 57 languages for text-to-speech as well, but they're controlled 58 independently of the system language.</li> 59 60 <li><i>Is Android accessible if I don't have a physical 61 keyboard?</i> Yes, as of Android 4.0. Previous versions can be made mostly 62 accessible by installing and using the Eyes-Free Keyboard's virtual 63 directional pad and talking keyboard, but some things (like menus and alert 64 dialogs) will still be quite difficult or impossible to access. 65 </li> 66 67 <li><i>What about low-vision users?</i> There are some partial 68 solutions, but Android does not have what is commonly known as a 69 screen zoomer. Android 4.0 adds universal support for large font 70 sizes.</li> 71 72 <li><i>Does Android support braille?</i> Not yet.</li> 73 74</ul> 75 76<h3>Questions about how to use Android accessibility:</h3> 77 78<ul> 79 80 <li><i>How can I make it stop talking?</i> TalkBack uses the 81 proximity sensor as a way to halt speech. Wave your hand slowly over 82 the top of the phone, where you'd put your ear if you were on a 83 phone call. It takes some practice to figure out the exact gesture 84 for your phone, but once you learn it, it's easy and reliable.</li> 85 86 <li><i>How can I safely restart TalkBack or Spiel without losing 87 the ability to enable it again?</i> Don't turn off 88 Accessibility; when you turn it back on, it may not start 89 TalkBack. Instead, turn off TalkBack and then click the screen in the 90 same place turn it on again. Alternatively, you can reboot your device 91 (turn it off and then on again). Your accessibility services will 92 automatically start again. 93 </li> 94 95 <li><i>How do I get my contacts onto the phone?</i> Android automatically 96 syncs with your Google contacts. If you already use Gmail, you use 97 Google contacts. If not, you can easily import your address book from 98 Outlook, Thunderbird, and many other email programs into Gmail. 99 100 <li><i>How do I check the date, time, and battery status?</i> 101 The battery status is available in Settings under About Phone. 102 All of these are also available from the Eyes-Free Shell, or you can 103 download many other apps for status information. 104 105</ul> 106 107<p> 108If you have questions, the best resource is to join and post messages 109to the <a href="http://groups.google.com/group/eyes-free/">eyes-free 110mailing list.</a> 111</p> 112 113<div class="nav"> 114 <div class="nav_back"> 115 <a href="troubleshooting.html">Previous: Troubleshooting</a> 116 </div> 117 <div class="nav_up"> 118 <a href="index.html">Up: Android Accessibility</a> 119 </div> 120</div> 121 122</div> 123</body> 124</html>