Hello devs, I encounter a problem with data returned by CameraRoll on Android. (Not sure if it's the correct place to ask, but I didn't find anything on the subject...)
It looks like the path of the File returned by CameraRoll when selecting an image using the OS internal "Gallery" doesn't return the "real" path of the file; but instead, some sort of "local" path which looks like a meta data value used by the "Gallery" to tag elements. The problem occurs only when files are "moved" or renamed externally, meaning the first "tag" value assignment matches the real file path. So MediaPromise takes this "gallery path" value as file path, and cannot find the file of course. Question: am I doing something wrong or have somebody seen this problem already?