adb_getprop
Retrieve a specific Android system property by key, or fetch all properties when no key is provided.
Instructions
Get a specific Android system property, or all properties if no key given
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Property key (e.g., 'ro.build.version.sdk'). Omit for all. | |
| device | No | Device serial |