Created
February 21, 2020 04:27
-
-
Save toantran-ea/83fa3476a59fc88449e6f3ff9bd156a4 to your computer and use it in GitHub Desktop.
Stablize CI emulator before running test
This file contains 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
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