Skip to content

Android dark/Light mode from command line

Changing dark/light mode on Android emulator from command line

Terminal window
# for Dark mode
adb shell "cmd uimode night yes"
# for Light mode
adb shell "cmd uimode night no"