Skip to content

Commit

Permalink
Fixes some emulator setup script commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Apr 30, 2024
1 parent 6c70af7 commit f2ea4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/emu_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

adb shell settings put global sysui_demo_allowed 1
adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm\n1234
adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1234
adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 100 -e plugged false
adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false
adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi show -e level 4
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural

0 comments on commit f2ea4d1

Please sign in to comment.