Test with the TalkBack Screen Reader
TalkBack is Android's built-in screen reader. Enabling it on an Appetize device lets you verify that your app is accessible.
Prerequisites
Enable TalkBack
# Remove the Appetize automation helper (it conflicts with TalkBack)
adb shell pm uninstall io.appetize.automations
# Grant TalkBack the runtime permissions it needs
adb shell pm grant com.google.android.marvin.talkback android.permission.POST_NOTIFICATIONS
adb shell pm grant com.google.android.marvin.talkback android.permission.READ_PHONE_STATE
# Set TalkBack as the active accessibility service
adb shell settings put secure enabled_accessibility_services \
com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackServiceRunning the commands on Appetize
With the JavaScript SDK
At session start
With an ADB tunnel
Live sample
Last updated