I am unable to select multiple media from the Android gallery even after using the Intent.EXTRA_ALLOW_MULTIPLE
. I can select multiple media from the photos app.
Is there a way that I can do from the gallery app as well?
I am unable to select multiple media from the Android gallery even after using the Intent.EXTRA_ALLOW_MULTIPLE
. I can select multiple media from the photos app.
Is there a way that I can do from the gallery app as well?
You can't do it using Intent. It is available only from API 18. So What i suggest you use any library for custom gallery.
https://github.com/luminousman/MultipleImagePick
https://github.com/giljulio/android-multiple-image-picker