Created
January 7, 2021 11:49
-
-
Save ChrisGi/60c4a69f017dd96d6ea1e1db1cb9ad54 to your computer and use it in GitHub Desktop.
Commands to toggle TalkBack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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