Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.81k stars 2.14k forks source link

Support destination uri as a content provider uri #886

Closed dinhlamvn closed 7 months ago

dinhlamvn commented 1 year ago

Currently, with the destination uri we open an output stream as a File, so when it is a content provider uri it will be failed.

I have added code to open dest uri as a content provider uri.

Please check and I hope it's helpful.

jens-muenker commented 10 months ago

I added your changes in my fork.