Para activar el modo oscuro:
adb shell settings put secure ui_night_mode 2
Para desactivar el modo oscuro:
adb shell settings put secure ui_night_mode 1
Para el modo oscuro automático:
adb shell settings put secure ui_night_mode 0
y luego
adb reboot
Mi pregunta es cómo cambiar el modo oscuro sin abd reboot
?