Skip to content

Instantly share code, notes, and snippets.

@toantran-ea
Created February 21, 2020 04:27
Show Gist options
  • Save toantran-ea/83fa3476a59fc88449e6f3ff9bd156a4 to your computer and use it in GitHub Desktop.
Save toantran-ea/83fa3476a59fc88449e6f3ff9bd156a4 to your computer and use it in GitHub Desktop.
Stablize CI emulator before running test
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
adb shell settings put secure show_ime_with_hard_keyboard 0
adb shell am broadcast -a com.android.intent.action.SET_LOCALE --es com.android.intent.extra.LOCALE EN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment