lyft / scissors

✂ Android image cropping library
https://eng.lyft.com/scissors-an-image-cropping-library-for-android-a56369154a19
Apache License 2.0
1.84k stars 236 forks source link

does scissors require READ_EXTERNAL_STORAGE permission? #50

Closed luoapril closed 7 years ago

luoapril commented 8 years ago

I've been seeing some crashes come in with the following error message:

Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/images/media/1037 from pid=23237, uid=10079 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission()

This happens after I call cropView.extensions().pickUsing(...), but I can't seem to reproduce it on any of my devices.

Thanks in advance!

eveliotc commented 8 years ago

That might be the case we don't support runtime permissions at the moment.