google-play-permissions
Retrieve detailed or simplified permissions required by any Google Play app. Specify app ID, language, and country for precise results, aiding in app analysis and compliance checks.
Instructions
Get permissions required by a Google Play app. Returns a list of permissions with:
- permission: Description of the permission (e.g., 'modify storage contents')
- type: Permission category (e.g., 'Storage', 'Network')
When short=true, returns just an array of permission strings. Note: Permissions are returned in the specified language.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | Google Play package name (e.g., 'com.dxco.pandavszombies') | |
country | No | Country code to check app (default: us) | us |
lang | No | Language code for permission text (default: en) | en |
short | No | Return only permission names without categories (default: false) |