coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Passing extras #34

Closed devloe closed 9 years ago

devloe commented 10 years ago

Is there a way to pass for instance intent.putExtra("android.intent.extra.durationLimit", 3);?

coomar2841 commented 10 years ago

Would look into this.

coomar2841 commented 9 years ago

Done.

 public void setExtras(Bundle extras);

This method is now available for the ChooserManagers.