revoke_permission
Revoke a runtime permission from an Android app by specifying package name and permission. Removes previously granted access to secure the device and enforce app permissions.
Instructions
Revoke a runtime permission from an application package on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| permission | Yes | Full Android permission name (e.g. 'android.permission.CAMERA') | |
| packageName | Yes | Package name of the app |