Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjar7 committed Jan 2, 2025
1 parent 762316c commit 09b3122
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def self.demo_mode(params)

UI.message("Setting demo mode commands...")
adb.trigger(command: "shell am broadcast -a com.android.systemui.demo -e command enter", serial: serial)
sleep(3)
adb.trigger(command: "shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1200", serial: serial)
adb.trigger(command: "shell am broadcast -a com.android.systemui.demo -e command battery -e level 100", serial: serial)
adb.trigger(command: "shell am broadcast -a com.android.systemui.demo -e command network -e wifi show -e level 4", serial: serial)
Expand Down

0 comments on commit 09b3122

Please sign in to comment.