Testing Accessibility on Emulated Device (Marshmallow)(在模拟设备(棉花糖)上测试可访问性)
问题描述
我想在模拟器中测试我的应用程序的可访问性(特别是 Talkback
),但模拟器中似乎缺少该选项.这是模拟器在辅助功能设置中的屏幕截图:
I want to test the accessibility of my app in emulator (particularly Talkback
) but it seems that the option is missing in emulator. Here is the screen shot from the emulator in accessibility settings:
有两个选项 "ClockBack"
和 "QueryBack"
我在我的手机上找不到相同的 android 版本.这是我手机的无障碍设置截图:
There are two options "ClockBack"
and "QueryBack"
which I couldn't find on my phone with the same android version. Here is the screenshot of the accessibility setting of my phone:
我搜索了解 "ClockBack"
和 "QueryBack"
以查看它们是否是模拟器中 Talkback
的替代品,但我什么都找不到.
I searched to learn about "ClockBack"
and "QueryBack"
to see if they are replacement of Talkback
in emulator but I couldn't find anything.
有谁知道ClockBack"
和QueryBack"
的功能是什么?还有更多关于如何在模拟器中启用Talkback
?
Does any one know what is the functionality of "ClockBack"
and "QueryBack"
? And more over how to enable Talkback
in emulator?
......
推荐答案
模拟器好像默认没有Talkback
所以下载"TalkBack" apk
并将其安装在模拟器上,该选项已启用.
It seems that the emulator doesn't contain Talkback
by default so after downloading "TalkBack" apk
and install it on the emulator, the option has been enabled.
这篇关于在模拟设备(棉花糖)上测试可访问性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在模拟设备(棉花糖)上测试可访问性
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01