Skip to content

Commit

Permalink
Adds config to set emulator to light mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Nov 2, 2024
1 parent 5c1cf39 commit 96a5009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dropshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ android.testVariants.all {
adbCommand("root")
adbCommand("wait-for-device")
adbCommand("shell cmd overlay enable com.android.internal.systemui.navbar.gestural")
adbCommand("shell cmd uimode night no")
adbCommand("shell settings put global sysui_demo_allowed 1")
adbCommand("shell am broadcast -a com.android.systemui.demo -e command enter")
.assertNormalExitValue()
Expand Down

0 comments on commit 96a5009

Please sign in to comment.