Hi!
I commented out the WRITE_EXTERNAL_STORAGE permission in the plugin.xml. Things still seems to work nice. Is the permission required in any particular situation?
cheers
-jo
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
My question as well. This is one of the permissions people seem to be sensitive about. It's slowed down my installs growth when I added this permission requirement to one of my apps. It would be better to leave it out if it's not necessary of the plugin itself.
If it's true, android:maxSdkVersion="18" in plugin.xml should solve problem.
I see - I will remove the permission.
Most helpful comment
My question as well. This is one of the permissions people seem to be sensitive about. It's slowed down my installs growth when I added this permission requirement to one of my apps. It would be better to leave it out if it's not necessary of the plugin itself.