cordova-plugin-android-permissions
cordova-plugin-android-permissions copied to clipboard
This plugin is designed for supporting Android new permissions checking mechanism.
Congrats for your work. This plugin seems to be very useful. However, typescript definition is required for those who use this language, like other cordova plugins. For example: cordova-plugin-file https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cordova-plugin-file
Hi Guys, I just installed Android Permision but hasPermision/checkPermision/requestPermison are always null. Ionic: ionic (Ionic CLI) : 4.5.0 (/usr/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.1 Cordova: cordova (Cordova...
Hi. I am using ionic 3.17.0 and trying to use the android-permissions plugin. ``` this.androidPermissions.requestPermission(this.androidPermissions.PERMISSION.READ_PHONE_STATE).then(() => { this.androidPermissions.hasPermission(this.androidPermissions.PERMISSION.READ_PHONE_STATE).then(data => { console.log("has Permission : "+JSON.stringify(data)); }); }); ``` I always get...
After install this plugin unable to build for ionic project. Here is my ionic info. @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) : 7.1.0...
Android M 6.0.1 get UUID, error initializing cordov:getDeviceil:Neitheruser10215 nor current process has android.permission.READ_PHONE_STATE
I tested 6 phones, and 2 phones always asking permissions, and I check in app permissions setting, all permissions have been allowed
i still using plugin with intel xdk ..but when i create build i receving an error.. can i post log??? Help
Hi team, Cordova plugin execute function is called twice for the single permission
The documentation needs an example on how to use this for multiple permissions.
Hi, the dialog isn't showing for me. The api of my app is 14 and the device which I'm trying on is on Android 6.0 version. I'm trying to get...