adb_grant_permission
Grant a runtime permission to a specific Android package using ADB. Provide the package name and full permission string to enable access.
Instructions
Grant a runtime permission to a package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name (e.g., 'com.example.app') | |
| permission | Yes | Full permission string (e.g., 'android.permission.READ_PHONE_STATE') | |
| device | No | Device serial |