M
.mo
Enthusiast
- 3.398
Dark Mode lässt sich jetzt auch per ADB-Befehl aktivieren:
If you want to enable dark mode, enter: adb shell settings put secure ui_night_mode 2
If you want to disable dark mode, enter: adb shell settings put secure ui_night_mode 1
- If you’re using Windows PowerShell, then you may need to add a .\ before the command. If you’re using macOS or Linux, then you may need to add a ./ before the command.
- Reboot your Pixel and the system-wide dark mode should be toggled.