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 16:37:44 UTC

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

mirko77 commented on pull request #215:
URL: https://github.com/apache/cordova-plugin-media-capture/pull/215#issuecomment-826984377


   @andreycruz16 , @chriskhongqarma On android 11, Lineage OS 18.1, the video gets saved at path:
   
   `fullPath: "file:///data/user/0/{applicationID}/cache/Capture.avi"`
   
   but I cannot find any file there (using a root explorer), therefore I am getting error 1 (not found) when trying to play it or copy it.
   
   Works fine in older Android versions
   
   Any suggestions?
   
   


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