Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActivityNotFoundException: android.intent.action.OPEN_DOCUMENT

AbdulrahmanKassem opened this issue · comments

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)

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.

Brand: LAVA
Model: Z61-2GB
Version: 8.1.0

Brand: LAVA
Model: Z61
Version: 8.1.0

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.

Fixed in v1.2