简体   繁体   English

Android 2.0.4中的姜饼选项类似于Android 4.0.4中的可访问性选项(“触摸探索”)ICECREAMSANDWICH

[英]What is the option in Android 2.3.3 Gingerbread LIKE THE ACCESSIBILITY OPTION (“Explore by touch”) in Android 4.0.4 ICECREAMSANDWICH

I want to use Google's TALKBACK app for accessibility, in order to make it accessible by a blind person. 我想使用Google的TALKBACK应用程序来实现可访问性,以使盲人可以访问它。 i tried using it on my android OS 4.0.4 IcecreamSandwich and 2.3.3 Gingerbread. 我尝试在Android OS 4.0.4 IcecreamSandwich和2.3.3 Gingerbread上使用它。

   Settings for 4.0 Icecreamsandwich are as follow:
         settings --> accessibility --> talkback - ON --> back --> Explore by touch - ON

   And Settings for 2.3.3 Gingerbread are as follow:
         settings --> accessibility - check --> talkback - check

  There is no option for "Explore by touch" in android 2.3.3 gingerbread.
   What is the alternative for "explore by touch" option in Android 2.3.3 Gingerbread ?

I have asked same question on Google group https://groups.google.com/forum/?fromgroups=#!topic/android-developers/bqsP6Hbs5kE 我在Google网上论坛https://groups.google.com/forum/?fromgroups=#!topic/android-developers/bqsP6Hbs5kE上问了同样的问题

There is no equivalent for Explore By Touch in Gingerbread. Gingerbread中没有等效的“触摸浏览”功能。 It was introduced with Ice Cream Sandwich. 它是在冰淇淋三明治中引入的。

Prior to ICS, Talkback can only speak views which are focusable. 在ICS之前,对讲只能说出可聚焦的视图。

Further information can be found at http://www.apps4android.org/?p=3628 and http://developer.android.com/guide/topics/ui/accessibility/apps.html . 可以在http://www.apps4android.org/?p=3628http://developer.android.com/guide/topics/ui/accessibility/apps.html上找到更多信息。

The answer to Android 2.3.3 touch by explore suggests that the AccessibilityShim library from the Eyes-Free Project can be used to implement explore by touch functionality in your app. Android 2.3.3 touch by Explore的答案表明,Eyes-Free Project中的AccessibilityShim库可用于在您的应用程序中实现触摸浏览功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android 2.3.3触摸浏览 - Android 2.3.3 touch by explore Android 4.4.2辅助功能“按触摸浏览”在应用中不起作用 - Android 4.4.2 Accessibility Explore By Touch not working in app Android 2.3.3 Gingerbread-无法找到位置 - Android 2.3.3 Gingerbread - cannot find location 开发人员选项不适用于Android 4.0.4的Micromax A101 Superfone - Developer Option not available on Micromax A101 Superfone with Android 4.0.4 检测Android上是否启用了“大文本”辅助功能选项 - Detect if “Large Text” accessibility option is enabled on Android 在Android 4.0.4中解析json时出现FileNotFoundException,但在Android 2.3.3中有效 - FileNotFoundException while parsing json in android 4.0.4 but works in android 2.3.3 API 10:Android 2.3.3(Gingerbread)-ActionBarActivity与FragmentActivity - API 10: Android 2.3.3 (Gingerbread) - ActionBarActivity vs FragmentActivity 在android 2.3.3中创建这样的按钮 - Create button like this in android 2.3.3 如何在画布绘制期间忽略 Android 中的高对比度辅助功能选项? - How to ignore High Contrast Accessibility option in Android during canvas drawing? 如何知道用户是否激活了android中的“更大字体”辅助功能选项? - How to know if a user has activated the “bigger font” accessibility option in android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM