set_dark_mode
Enable or disable the Android system dark theme to test light and dark UI appearances using adb.
Instructions
Turn the system dark theme on or off (cmd uimode night) — to test light/dark appearances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| enabled | Yes | true = dark theme on, false = off. |