adb_settings
Read or modify Android system, secure, or global settings on a connected Android TV device via ADB, using get or put actions with a specified key and optional value to control device configuration.
Instructions
Get or put an Android setting. namespace = system|secure|global.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | No | ||
| action | Yes | ||
| serial | No | device serial (host:port); omit if only one device | |
| namespace | Yes |