ActivityNotFoundException: android.intent.action.OPEN_DOCUMENT #6
Closed
Description
ActivityNotFoundException: android.intent.action.OPEN_DOCUMENT
Fatal Exception: java.lang.RuntimeException
:Unable to start activity ComponentInfo{com.github.dhaval2404.imagepicker.ImagePickerActivity}
:android.content.ActivityNotFoundException
:No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=image/* }
I face this issue only in android 8 (oreo)
Activity
Dhaval2404 commentedon Apr 26, 2019
Thank you @AbdulrahmanKassem for trying out the lib. I will fix this issue ASAP.
Can you please let me know the Device you are testing.
AbdulrahmanKassem commentedon Apr 27, 2019
Brand: LAVA
Model: Z61-2GB
Version: 8.1.0
Brand: LAVA
Model: Z61
Version: 8.1.0
Dhaval2404 commentedon Apr 29, 2019
Hello @AbdulrahmanKassem, Sorry for the late response. I haven't able to reproduce this issue but I have applied fixes to the hotfix/v1.1 branch. Can you please check the below APK to verify that the issue is resolved or not.
https://www.dropbox.com/s/q89fizga4ssz1ml/ImagePicker-v1.1.1.apk?dl=1
Thank you.
Dhaval2404 commentedon May 13, 2019
Fixed in v1.2
Fixed gallery image pick issue