-
Notifications
You must be signed in to change notification settings - Fork 191
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
FileUriExposedException #197
Comments
Hi, I have the same Issue with the version 24, do you need help to improve the library? |
Will release this fix in a few days. |
Ok, I'm fixing it in my own, when I finished it I'll check if you finished to send my changes to you |
I have the same issue. Any news? |
did any body finish implementing a solution? |
@coomar2841 @DanielContreras18881 any solution about this issue? |
Have this issue too. Anyone know how to solve this for now? |
I solved it. Use ImageChooserManagerFix instead of ImageChooserManager. |
+1 |
I posted it above. |
@vadimbryl ImageChooserManagerFix working fine for me as I had the same issue. |
As a workaround you can add this to your application onCreate method:
|
I'm getting a FileUriExposedException every time I try to access the file generated by the camera app since updating to target version 24. If you want this library to support Nougat, you should implement the same fix you did for the multipicker library.
The text was updated successfully, but these errors were encountered: