Display permissions on apk installation (cordova)
-
Hello,
I use the plugin https://github.com/NeoLSN/cordova-plugin-android-permissions to manage the permissions. Everything works fine (I can check and set the permissions within the app).
But When I install the APK, it tells me the app doesn’t need any permission. How can I change that? I think I have to put something in a certain manifest, but how?
Thanks in advance
César