jliddev commented on issue #368: Android not respecting destType of FILE_URI
URL: 
https://github.com/apache/cordova-plugin-camera/issues/368#issuecomment-442306090
 
 
   > I can't reproduce the issue, with your change I get this path:
   > 
   > `/storage/emulated/0/DCIM/Camera/IMG_20181123_130112.jpg`
   > 
   > without your change I get
   > 
   > `content://com.android.providers.media.documents/document/image%3A43`
   > 
   > none of those are `DATA_URL`
   
   You described the bug in your comment, if you pass in FILE_URI as the dest 
type, you do not get it back out in this scenario without my change. My 
phrasing may have been off but 
content://com.android.providers.media.documents/document/image%3A43 is not a 
FILE_URI and is not the destType passed in.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to