terikon / cordova-plugin-photo-library

Maintainer needed. Please contact if you're using this library in your project
MIT License
149 stars 295 forks source link

android 10 support (SDK 29) - get error when saving an image #192

Open eliadAfeka opened 3 years ago

eliadAfeka commented 3 years ago

hi,

when setting "android-targetSdkVersion" to 29, the plugin will not work on Android 10. can you please fix the issue?

we will get EACCESS permission error

Sunny41 commented 3 years ago

I am also getting the ENOENT File not found error. only on Android 10 :(

drop0118 commented 3 years ago

Add this in config.xml `

    </edit-config>`

I solved it after adding this code