Intent for getting multiple images
Is there an intent requesting to get multiple images? We are aware of Intent.ACTION_PICK or Intent.ACTION_GET_CONTENT for getting a single image. Also our app registers as IntentFilter for android.intent.action.SEND and android.intent.action.SEND_MULTIPLE However, we would like our app to make use of Gallery like applications to pick multiple images. Is there an intent for that? Bhavesh Hirpara I also wanted Intent for picking multiple images in android but I failed.I came across custom gallery with custom theme. Look at here MultipleImagePick to pick single image and to pick multiple image