Created
July 24, 2025 23:28
-
-
Save rwp0/434481614f45e5cae7c114d6d8a3d0a7 to your computer and use it in GitHub Desktop.
Force Dark Mode in Developer Options with ADB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell setprop debug.hwui.force_dark true | |
# adb shell settings put secure ui_night_mode 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment