Permission Management

Determine the default permission policy for runtime permission requests. Every Android app runs in a limited-access sandbox. If an app needs to use resources or information outside of its own sandbox, the app has to request the appropriate permission. (e.g. Facebook requesting to access your camera).

In the Configuration tab of your profile, the following policies are available:

  • Unspecified: If no policy is specified for a permission at any level, then the PROMPT behaviour is used by default.

  • Prompt: Prompt the user for the request.

  • Deny: Automatically deny a permission.

  • Grant: Automatically grant a permission.

Last updated