Created on 29 March 2017
icon_unfollowing
Login to follow
android-permissions-plugin

Android Permissions Plugin

Stable version 1.0.6 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 8 Apr (10 days ago) by 
android-permissions-plugin

Android Permissions Plugin

Details
This plugin is designed for supporting Android new permissions checking mechanism. https://github.com/kelter-antunes/cordova-plugin-android-permission
Read more

Requesting Permissions at Run Time

Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. This approach streamlines the app install process, since the user does not need to grant permissions when they install or update the app. It also gives the user more control over the app's functionality; for example, a user could choose to give a camera app access to the camera but not to the device location. The user can revoke the permissions at any time, by going to the app's Settings screen.

System permissions are divided into two categories, normal and dangerous:

  • Normal permissions do not directly risk the user's privacy. If your app lists a normal permission in its manifest, the system grants the permission automatically.
  • Dangerous permissions can give the app access to the user's confidential data. If your app lists a normal permission in its manifest, the system grants the permission automatically. If you list a dangerous permission, the user has to explicitly give approval to your app.

Read more at: https://developer.android.com/training/permissions/requesting.html



Like my components? Buy me a beer :) and support my work.

Release notes (1.0.6)
  • New permission added:
    • android.permission.POST_NOTIFICATIONS
License (1.0.6)
Reviews (0)
Category
Device capabilities, Other device capabilities
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
Android Permissions Plugin has 1 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads