ChiliLabs / ChiliPhotoPicker

Photo picker library for android. Let's you pick photos directly from files, or navigate to camera or gallery.
Apache License 2.0
405 stars 45 forks source link

Code not support in java #30

Open pinal-27 opened 2 years ago

pinal-27 commented 2 years ago

PhotoPickerFragment.newInstance( multiple = true, allowCamera = true, maxSelection = 5, theme = R.style.ChiliPhotoPicker_Light ).show(supportFragmentManager, "picker")

this code not support in java, Please give me solution.