Try to close system dialogs of emulator
This commit is contained in:
parent
8489753d58
commit
0b021e3b48
1 changed files with 3 additions and 0 deletions
|
@ -97,4 +97,7 @@ $ADB shell mkdir -p /sdcard/seedvault_baseline
|
|||
$ADB shell tar xzf /sdcard/backup.tar.gz --directory=/sdcard/seedvault_baseline
|
||||
$ADB shell rm /sdcard/backup.tar.gz
|
||||
|
||||
# sometimes a system dialog (e.g. launcher stopped) is showing and taking focus
|
||||
$ADB shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
|
||||
|
||||
echo "Emulator '$EMULATOR_NAME' has been provisioned with Seedvault!"
|
||||
|
|
Loading…
Reference in a new issue