get_properties
Retrieve Android system property values from connected devices. Get a specific property like build version or model, or return all properties for a device.
Instructions
Retrieve system property values (getprop) from the Android device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| propertyName | No | Name of the target property (e.g. 'ro.build.version.release', 'ro.product.model'). Omit to return all properties. |