ioneday / ImageSelector

Photo picker library for Android. Support single choice、multi-choice、cropping image and preview image.
408 stars 126 forks source link

Intent 设置Uri 没有适配android N #13

Open ccc1994 opened 7 years ago

ccc1994 commented 7 years ago

Intent 设置Uri 没有适配android N android.os.FileUriExposedException: file:///storage/emulated/0/LiteNote/pictures/1476891731242.jpg exposed beyond app through Intent.getData()

Nicrob64 commented 7 years ago

This is due to the new android N security features. The library should use a File provider rather than a File Uri. I have fixed this issue on my fork and might generate a pull-request for this library soon if @ioneday would like me to.

mstbetter commented 7 years ago

@Nicrob64 hi,I downloaded your, but I found some problems; my phone(huawi : meta8 ; android:6.01) : select picture →→→Take pictures→→→complete can't show and add my Gallery;