APK Permissions
Overview
Section titled “Overview”Extract and list every permission declared in an APK’s manifest. Useful for auditing before release.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
apkPath | string | Yes | — | Absolute path to the APK file |
Examples
Section titled “Examples”List permissions in my release APK
Check what permissions my debug APK requests
Related Tools
Section titled “Related Tools”- Analyze APK — Full APK analysis
- List App Permissions — Check permissions on an installed app