Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActivityNotFoundException: android.intent.action.OPEN_DOCUMENT #6

Closed
AbdulrahmanKassem opened this issue Apr 26, 2019 · 4 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@AbdulrahmanKassem
Copy link

AbdulrahmanKassem commented Apr 26, 2019

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)

@Dhaval2404 Dhaval2404 changed the title No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT ActivityNotFoundException: android.intent.action.OPEN_DOCUMENT Apr 26, 2019
@Dhaval2404
Copy link
Owner

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.

@Dhaval2404 Dhaval2404 added the bug Something isn't working label Apr 26, 2019
@Dhaval2404 Dhaval2404 self-assigned this Apr 26, 2019
@AbdulrahmanKassem
Copy link
Author

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

Brand: LAVA
Model: Z61
Version: 8.1.0

@Dhaval2404
Copy link
Owner

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
Copy link
Owner

Fixed in v1.2

Dhaval2404 added a commit that referenced this issue Jul 24, 2019
- Sample app made compatible with Android Kitkat 4.4+ (API 19)
- Fixed Uri to File Conversion issue #8 - (Special Thanks to squeeish)
- Added Support for Inline Activity Result(Special Thanks to soareseneves)
Fixed App crash issue reported here #6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants