oliveiradev / RxPhoto

This lib using reactive approach for get and take pictures
MIT License
41 stars 14 forks source link

fix handling camera images when targetSdk is 24 #1

Closed maciekczwa closed 7 years ago

maciekczwa commented 7 years ago

When target sdk is 24 you can't use file:// URI. This used MediaStore URI. Similar to this: https://github.com/MLSDev/RxImagePicker/pull/18/commits/0fca624be87173c6c9cb1b60460a199afc568f73

oliveiradev commented 7 years ago

thanks @maciekczwa