ataylor32 opened a new issue #210: URL: https://github.com/apache/cordova-plugin-media-capture/issues/210
# Feature Request ## Motivation Behind Feature For some apps, it is undesirable to have captured media visible in the user's standard photo/video viewing app (or any other app, for that matter). In these cases, the app's captured media should be isolated to the app (i.e. the captured media should be stored somewhere that's not visible to other apps). Some developers have tried getting around this by moving the captured media, but have run into a problem (see issue #133). In addition, some developers are having trouble accessing captured media (see issues #103 #135 #196). If I'm understanding correctly, this change would also be important for Android 11 (see [Google's "Storage updates in Android 11" article](https://developer.android.com/about/versions/11/privacy/storage)). ## Feature Description `CaptureAudioOptions`, `CaptureImageOptions`, and `CaptureVideoOptions` could all have a new property for specifying where the capture should be saved. ## Alternatives or Workarounds I don't know of any reliable alternatives or workarounds. ---------------------------------------------------------------- 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]
