You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cordova permission plugin helps in getting permission from the user to allow app access to features. As per the new permission system for Android API 23 and above, now the user needs to grant/deny permissions on the fly.
Previously the permissions were granted during installation.
Cordova permission plugin helps in getting permission from the user to allow app access to features. As per the new permission system for Android API 23 and above, now the user needs to grant/deny permissions on the fly.
Previously the permissions were granted during installation.
Here is the npm repo.
https://github.com/NeoLSN/cordova-plugin-android-permission
The text was updated successfully, but these errors were encountered: