set_dark_mode
Switch an Android device between dark and light themes to test UI appearance. Set enabled to true for dark mode or false for light mode.
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. |