Open Jaymassena opened 8 years ago
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 Still having issue. Any one has fixes then please post it. Thanks
I posted it above.
@vadimbryl ImageChooserManagerFix working fine for me as I had the same issue. Thanks
As a workaround you can add this to your application onCreate method:
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build());
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.