Skip to content

Instantly share code, notes, and snippets.

@ChrisGi
Created January 7, 2021 11:49
Show Gist options
  • Save ChrisGi/60c4a69f017dd96d6ea1e1db1cb9ad54 to your computer and use it in GitHub Desktop.
Save ChrisGi/60c4a69f017dd96d6ea1e1db1cb9ad54 to your computer and use it in GitHub Desktop.
Commands to toggle TalkBack
// disable
adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService
// enable
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment