MultiPhotoPicker
MultiPhotoPicker copied to clipboard
How to stop "Please select at least 3 images"?
I want to remove the validation of "Please select at least 3 images". How Can I do it?
you set KEY_LIMIT_MIN_IMAGE = 3 change to mIntent.putExtra(PickImageActivity.KEY_LIMIT_MIN_IMAGE, 1);