Android Permission Advisor
android_permission_advisorQuery Android permissions to get type, runtime request need, Play Store restrictions, and correct request pattern before declaring in AndroidManifest.xml.
Instructions
Complete Android permissions reference. Returns type (normal/dangerous/special/removed), whether runtime request is needed, Play Store restrictions, and the correct ActivityResultContracts request pattern. Call before declaring any in AndroidManifest.xml. Examples: 'CAMERA', 'POST_NOTIFICATIONS', 'ACCESS_FINE_LOCATION', 'WRITE_EXTERNAL_STORAGE'. Query 'runtime pattern' for the official Compose + Activity permission request code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| permission | No | Permission name (e.g. 'CAMERA', 'POST_NOTIFICATIONS'). Leave empty to list all. Query 'runtime pattern' for request code. |