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.
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!