Granting Permissions
Granting Permissions
Dangerous or Runtime permissions can be enabled via the UI graphic that shows at runtime, the system menu Settings > Privacy**, or using adb](/docs/guides/developer-tools/android-debug-bridge/adb-setup).
Permission Manager
Permissions can be allowed or revoked using Android's Permissions manager.
- To access the permissions manager, open the Settings Application and located the Privacy option.
- Then select Permissions Manager.
- The Permissions Manager Screen shows all the permissions and the number of applications that are utilizing them.
- Selecting a permission will show a list of applications that have granted or denied access to the permission.
- Selecting an application allows the user to revoke or allow the selected permission.
Runtime Permission Prompt
Dangerous permissions need to be requested at runtime. When an application requests a permission a prompt will show on the applications screen.