Permissions

Permission pages ask for permission from the user to launch an app or execute certain features and should be easy to understand. For example, if your app lets users share their location, you can choose to obtain permission to collect location data before this feature is used for the first time.

  • Ask before running your app when permission is required.
  • Ask in context when permission is only needed to run specific functions of your app.

At the launch or execution of an app, your app must be able to determine if it has permission (Run time).If not, permission request notification must be displayed.

Permission

Account
Bookmark
Calendar
Call
Camera
Contact
Location
Message
Microphone
Sensor
Storage
User history

Elements

Permission pages should include:

  • Messages

    These should be clear for users to understand what they are permitting.

  • Actions

    Tapping the V on the right-hand side gives permission and activates the app or the function. Tapping the X closes the app or blocks the function.

  • Don't repeat

    You can ask users if their permission should apply every time they open the app. If users select the Don’t repeat option, the page won’t reappear.