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 emulators don't contain Talkback by default. You need to install an Emulator with Google Play then Download TalkBank.
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
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.
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.
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.