cordova-plugin-android-permissions
cordova-plugin-android-permissions copied to clipboard
This plugin is designed for supporting Android new permissions checking mechanism.
Hi when we debug the app cant see the REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, we need to request this permission, any help?
I have a Cordova Project and two devices... one with Android10 and the other with Android13. All devices have notification permissions but with Android10 it always return false. ``` var...
Hello everyone, I'm Jason.z, the founder of [BSF](https://byteee.fund). We've noticed that this project has remained very popular in the past. However, unfortunately, it seems that this project has not been...
Implement MANAGE_EXTERNAL_STORAGE permission
I'm using permissions.requestPermission(permission, successCallback, errorCallback); but nothing shows up. I an on android 13 and SDK 33. ``` var permissions = cordova.plugins.permissions; permissions.requestPermission(permissions.CAMERA, success, error); function error() { console.warn('Camera permission...
When i request the new POST_NOTIFICATION permission on android platform, nothing be shown Can someone help me ? this is my code: `this.androidPermissions.checkPermission(this.androidPermissions.PERMISSION.POST_NOTIFICATIONS).then( result => { console.log('Has permission?', result.hasPermission) if...
We have been trying this plugin on all versions from 7 to 14 and we have found that specifically in android version 13, Samsung models, the permission pop up for...
when i build android i got this error i use ionic "cordova-android": "^10.1.2", "ionic-angular": "3.9.2", typescript: node_modules/@awesome-cordova-plugins/core/decorators/common.d.ts, line: 18 Cannot find name 'unknown'. L18: ction wrapPromise(pluginObj: any, methodName: string, args:...
I am testing this on Android Have the below in the config. ``` ``` When i run the demo code ``` permissions.requestPermission(permissions.CAMERA, success, error); function error() { console.warn('Camera permission is...