breautek commented on issue #210: URL: https://github.com/apache/cordova-plugin-media-capture/issues/210#issuecomment-827026807
Cordova does not support API 30 yet. > I am using the flag android:requestLegacyExternalStorage="true" This flag only works on API 29, it's ignored on API >= 30. Therefore for the time being, It's recommended that you use this flag while targeting API 29 and the filesystem should work provided that the user has granted you the permission to read external files. -- 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]
