Android dark/Light mode from command line
Changing dark/light mode on Android emulator from command line
# for Dark modeadb shell "cmd uimode night yes"
# for Light modeadb shell "cmd uimode night no"Changing dark/light mode on Android emulator from command line
# for Dark modeadb shell "cmd uimode night yes"
# for Light modeadb shell "cmd uimode night no"