coomar2841 / android-multipicker-library

Android Multipicker Library
Apache License 2.0
438 stars 107 forks source link

Issue in selecting file on Android 9 #167

Closed lovely-karn closed 5 years ago

lovely-karn commented 5 years ago

Inside FileProcessorThread - getPathAndMimeType() - for getting the contentUri - Long.value(path) has been done which fails to parse on devices above 9. Please look into this. Thanks & Regards Lovely Kumari

lovely-karn commented 5 years ago

it's the bug in older version. Updated with the new one. Thanks