adb_list_permissions
Parse Android package to list declared permissions and their current grant state (install-time and runtime). Audit permission state before and after granting or revoking permissions.
Instructions
List permissions declared and granted for a package. Parses the package dump to show install-time and runtime permissions with their current grant state. Useful for auditing permission state before and after grant/revoke operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name (e.g., 'com.example.app') | |
| filter | No | Show all permissions, only granted, or only denied (default: all) | all |
| device | No | Device serial |