Skip to content

Instantly share code, notes, and snippets.

@wzieba
Last active April 14, 2022 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wzieba/cfda3c4f2c57097013391d7560db93f4 to your computer and use it in GitHub Desktop.
Save wzieba/cfda3c4f2c57097013391d7560db93f4 to your computer and use it in GitHub Desktop.
Useful aliases for working with WooCommerce Android
alias talkbackoff = adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService
alias talkbackon = adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService
alias darkmodeon = adb shell "cmd uimode night yes"
alias darkmodeoff = adb shell "cmd uimode night no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment