You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/07 11:46:35 UTC

[GitHub] [cordova-plugin-camera] AleFons commented on issue #611: Cannot use saveToPhotoAlbum: true on Android 10

AleFons commented on issue #611:
URL: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-654799666


   From my understanding, what appears to be happening is that saving to photo album is triggering an access to storage outside the app's permitted storage, as android 10 comes with changes to where the app is permitted to do file operations. It may be possible to fix it with `android:requestLegacyExternalStorage="true"` but I have had issues with testing that.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org