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 2021/04/26 17:44:45 UTC

[GitHub] [cordova-plugin-media-capture] chriskhongqarma edited a comment on pull request #215: [Android] Store image/audio/video in FileProvider due to Android 11 updates

chriskhongqarma edited a comment on pull request #215:
URL: https://github.com/apache/cordova-plugin-media-capture/pull/215#issuecomment-827026885


   As I explained in this PR,
   `Since the Storage updates in Android 11, it would be impossible for app to get access to files (image, audio, video) saved into MediaStore external storage, as how it is implemented now.`.
   I suggested a solution with this PR and have been waiting for it to be merged. You can pull the code from this PR and try to see if it works. The file recorded should be saved into a path like this:
   `file:///data/user/0/{applicationID}/cache/VID_20210420130001621.avi`


-- 
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