Hi, Norman,
Thanks for the information.
I agree with option 1.
I think the problem i met actually is conflict of permissions like
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
in AndroidManifest.xml.
This conflict issues happen because our ConfigChan
Hi Cordova Developers,
I've been chatting with Erisu but looking to get more opinions on this
matter.
We have several plugins that declare WRITE_EXTERNAL_STORAGE permission,
which is semi-obsolete since API 19, and completely obsolete since API 29.
Starting with API 19, WRITE_EXTERNAL_STORA