I've tried to use this library in order to open local files on Android device. and faced the issue. When I open images, then image with default MUI application has wrong metadatas:
date created changes every time I open file to the current one (instead of real)
content:// path is presented instead of real absoulte file-system path.
I've tried to play with code and tried different setups with FileProvider, but always with the same result.
Is it expected? Did someone faced it?
Hi everyone!
I've tried to use this library in order to open local files on Android device. and faced the issue. When I open images, then image with default MUI application has wrong metadatas:
I've tried to play with code and tried different setups with FileProvider, but always with the same result. Is it expected? Did someone faced it?
Many thanks for any support.