quickimagepick
quickimagepick copied to clipboard
Java.io.IOException
Hi, I'm using your lib to fetch some images but in some cases the returned Uri is wrong.
Receiving this Uri:
content://com.myapp.app.qip_file_provider/external_files/Android/data/com.myapp.app/files/Pictures/101999964076822.jpg
Trying to get the stream
context.getContentResolver().openInputStream(uri) -> sends a file not found exception
It happened randomly on those devices:
- galaxy note 4,
- galaxy note 3
- galaxy s5
- galaxy s7 edge
- galaxy j3,
- galaxy j5,
- galaxy j7,
- galaxy grand prime,
- galaxy grand neo,
- asus zenphone max,
- htc desire 610,
- galaxy a3,
- huawei y5-2,
- huawei p9 lite
I think it can be related to: https://issuetracker.google.com/issues/36922952