在Android 4.0.4中,Android 2.3.3姜饼中的选项是什么样的选项(“通过触摸探索”)ICECREAMSANDWICH

时间:2013-04-12 07:36:03

标签: android

我想使用Google的TALKBACK应用程序进行访问,以便盲人可以访问它。         我尝试在我的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 ?

我在Google小组https://groups.google.com/forum/?fromgroups=#!topic/android-developers/bqsP6Hbs5kE

上提出了同样的问题

1 个答案:

答案 0 :(得分:0)

Gingerbread中的Explore By Touch没有相应的内容。它是用冰淇淋三明治引入的。

在ICS之前,Talkback只能说出可以集中精力的观点。

可在http://www.apps4android.org/?p=3628http://developer.android.com/guide/topics/ui/accessibility/apps.html找到更多信息。

Android 2.3.3 touch by explore的答案表明,免费项目中的AccessibilityShim库可用于在您的应用中通过触控功能实现探索。