Skip to content

Instantly share code, notes, and snippets.

@phellipealexandre
Created January 8, 2020 12:24
Show Gist options
  • Save phellipealexandre/06200655e7dcc92d109e77ac84117c14 to your computer and use it in GitHub Desktop.
Save phellipealexandre/06200655e7dcc92d109e77ac84117c14 to your computer and use it in GitHub Desktop.
disable-animations:
adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0
clear-app-data:
adb shell pm clear com.phellipesilva.coolposts
run-instrumented-tests: clear-app-data disable-animations
./gradlew connectedAndroidTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment