Pooya
Pooya

Reputation: 6136

Testing Accessibility on Emulated Device (Marshmallow)

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:

enter image description here

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:

enter image description here

I searched to learn about "ClockBack" and "QueryBack" to see if they are replacement of Talkback in emulator but I couldn't find anything.

Does any one know what is the functionality of "ClockBack" and "QueryBack"? And more over how to enable Talkback in emulator?

......

Upvotes: 53

Views: 50364

Answers (6)

Mr T
Mr T

Reputation: 1499

The emulators don't contain Talkback by default. You need to install an Emulator with Google Play then Download TalkBank.

Upvotes: 10

klenki
klenki

Reputation: 318

The official documentation says to download the project, build the app, and drag the APK from the build folder onto the device. Worked the first time for me.

Upvotes: 2

user1701020
user1701020

Reputation: 66

but can it be turned on ? I was able to adb install from this site https://rileymacdonald.ca/2018/09/07/android-test-talkback-accessibility-android-emulators/ but Settings ->Access

Upvotes: 0

Shalbert
Shalbert

Reputation: 1154

Update: It's easier to install the Android Accessibility Suite from the Google Play Store. It will update your Settings->Accessibility menu to include TalkBack as an option.

Upvotes: 44

Reuben Tanner
Reuben Tanner

Reputation: 5565

Just download the TalkBack apk from here: https://apkpure.com/google-talkback/com.google.android.marvin.talkback/download?from=details and then install it on your emulator.

Upvotes: 0

Pooya
Pooya

Reputation: 6136

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.

Upvotes: 58

Related Questions