Skip to content

Instantly share code, notes, and snippets.

@valllllll2000
Last active December 21, 2022 10:27
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 valllllll2000/f5d33614647264704a6e2fdb913651d0 to your computer and use it in GitHub Desktop.
Save valllllll2000/f5d33614647264704a6e2fdb913651d0 to your computer and use it in GitHub Desktop.
disable animations
adb shell settings put global window_animation_scale 0.0
adb shell settings put global transition_animation_scale 0.0
adb shell settings put global animator_duration_scale 0.0
# keyboard
adb shell settings put secure show_ime_with_hard_keyboard 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment