mirko77 edited a comment on issue #218: URL: https://github.com/apache/cordova-plugin-media-capture/issues/218#issuecomment-829221753
According to #210 there is a PR @ath0mas starting with Android 11, `requestLegacyExternalStorage` will not work anymore so `navigator.device.capture.captureVideo()` would not work since it is storing the video in the public cache folder. When using `requestLegacyExternalStorage`, Google detects that and from the 5th of May, developers need to justify why they need that flag. > Update your app to declare the All files access (MANAGE_EXTERNAL_STORAGE) permission in the manifest file, and complete the All files access permission declaration in Play Console from 5 May -- 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]
