breautek commented on issue #679: URL: https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-713605565
With API 29, you'll need https://github.com/apache/cordova-plugin-file/pull/417/files which the `cordova-plugin-file` has, but is not released yet. So if you can add the `android:requestLegacyExternalStorage` flag using the `cordova-custom-config` plugin, then that could be a workaround for the time being. The `android:requestLegacyExternalStorage` is only introduced in API 29 and will be ignored in API 30, forcing app developers to actually use the new FS system that android has. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
