cordova-plugin-android-permissions icon indicating copy to clipboard operation
cordova-plugin-android-permissions copied to clipboard

This plugin is designed for supporting Android new permissions checking mechanism.

Results 64 cordova-plugin-android-permissions issues
Sort by recently updated
recently updated
newest added

error checkPermission unkown error

I used checkPermission method but its always returning success even when permission is not granted. Here's my code: `CheckPermissions(data) { this.androidPermissions.checkPermission(this.androidPermissions.PERMISSION.READ_EXTERNAL_STORAGE).then( success => { console.log('Permission already granted'); this.playVideo(data); }, err...

Hello my app update was rejected by Google due to DEVICE ND NETWORK ABUSE policy violations. I have spent days trying to figure it out and I discovered it's the...

Hi! First, thanks for this plugin! However, some permissions cannot be manage with your plugin. Indeed, for the WRITE_SETTINGS and SYSTEM_ALERT_WINDOW permissions, the user must explicitly grant the permission in...

Hello, I'm having an issue when the app go to the Play Store. It's works normally with _ionic run android_ But when I send it to the play store, the...

Is it possible to check for push notifications?

Thanks for putting this extension together! I want to use it in conjunction with the cordova-plugin-save-image plugin to write a photo that I take in my app to a gallery....