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/12 13:19:47 UTC

[GitHub] [cordova-plugin-media-capture] chriskhongqarma commented on issue #210: Add the ability to specify where the capture should be saved

chriskhongqarma commented on issue #210:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/210#issuecomment-817805177


   Hi @ataylor32 , you are right. Since the storage update on Android 11, the app will not be able to access the media file that is saved into external storage by the plugin (using native camera app). The idea for this is to use a ContentProvider (a [FileProvider](https://developer.android.com/reference/androidx/core/content/FileProvider), in this case) as a common database to save files, so that both our app and other apps can get access to. I already implemented this for the captureVideo method, and it works well. 
   Please assign this issue to me, I will create a PR as soon as I finish updating `captureAudio` and `captureImage` methods.


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