MultipleImageSelect
MultipleImageSelect copied to clipboard
Grant Permission not working
Hello Please add read external storage permission for all device version.i cant read images from device when sdk build it below ics,.
i had the same issue, seems like there are some cases when the handler is null:
java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=23, result=0, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {com.myapp.example/com.darsh.multipleimageselect.activities.AlbumSelectActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Message android.os.Handler.obtainMessage()' on a null object reference
so it crashs.
I have updated the permission request logic. Can you try it out and see if error still persists?