Hi
I want to set checked images [ mCheckIcon ] count instead of 2 by default instead of click, please find the screen attached.
I have tried using Picker options set properties but not able to get my scenario. we are calling as like this
new Picker.Builder(this, this, R.style.MIP_theme)
.setPickMode(PickMode.MULTIPLE_IMAGES)
.setLimit(5)
.build()
.startActivity();
Could you please suggest on this to get my issue to resolve. Please ignore if I wrong.. Thank you so much.
