IhorKlimov / SmartImagePicker

[Unsupported] Simplest way to pick, crop images on Android from camera or gallery
76 stars 30 forks source link

READ Permissions and also no way to proceed from Crop? #4

Open shahzadyounas opened 6 years ago

shahzadyounas commented 6 years ago

When trying to select image, Android first asks for permissions (write?) and I accept. But then I can not select an image:

11-13 14:24:16.265 4183-5697/? E/DatabaseUtils: Writing exception to parcel java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/file from pid=4092, uid=10050 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission() at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:608) at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:483) at android.content.ContentProvider$Transport.query(ContentProvider.java:212) at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112) at android.os.Binder.execTransact(Binder.java:565)

Also - using the crop built in, shows the image and crop but there is no way to proceed/save once resized in the cropper?

bhavna-nga commented 6 years ago

I'm having the same issue !! Have you got any solution for the same ?

HosseinKurd commented 6 years ago

I have the same issue too!