fragatak

Results 3 comments of fragatak

I think I have got this working in initial testing. I added `` to the AndroidManifest.xml. I also added the cordova-plugin-android-permissions aswell. So I am not completely sure which one...

It looks like the cordova-pluging-android-permissions is doing something the Manifest.xml is not checking for. I removed the permissions from the Manifest and did the checking via the pluging, everything works...

This is the code that is used with the app first starts up to check permission. `function androidPermissions() { let permissions = cordova.plugins.permissions; let list = [ permissions.WRITE_EXTERNAL_STORAGE, permissions.READ_EXTERNAL_STORAGE ];...