Skip to content

Commit

Permalink
Try to close system dialogs of emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Mar 6, 2024
1 parent bed1a9c commit f620c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/development/scripts/provision_emulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit f620c20

Please sign in to comment.