Try to close system dialogs of emulator

This commit is contained in:
Torsten Grote 2024-03-06 16:15:01 -03:00
parent 8489753d58
commit 0b021e3b48
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -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!"