adb_list_permissions
List declared and granted permissions for an Android package. Audit install-time and runtime permissions with their grant state to verify changes after grant or revoke operations.
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 |