Android Image Picker v1.11.0 Release Notes

Release Date: 2018-01-11 // over 6 years ago
  • Now you can exclude image from being shown in the picker

    ImagePicker.create(this) .exclude(image) // exclude everything in `List\<Image\>` .excludeFiles(files) // or you can exclude everything in `List\<File\>` .start(RQ)