Appaloosa allows you to define the permission policy for each Android applications deployed to your users.
By default, there is no policy set for the permissions requested by your application. If you don't change this settings, your users will be prompt to allow/deny each permissions requested by your applications.
You have 4 choices for this setting:
Default | Default to Prompt unless you have set a Device wide permission policy |
Prompt | Prompt the user to grant each permissions |
Grant | Automatically grant all permissions |
Deny | Automatically deny all permissions |
This settings will override the value defined for the device policy. If you have set a value for the device, the value chooses for the application will override it unless you set the application permission policy to default.