adb_settings_get
Retrieve any Android system, secure, or global setting value using ADB. Specify namespace and key to get the current setting.
Instructions
Read an Android settings value from any namespace (system, secure, global)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Settings namespace | |
| key | Yes | Setting key (e.g., 'screen_brightness', 'location_mode', 'airplane_mode_on') | |
| device | No | Device serial |