Select multiple images from Photo Gallery on Android using Intents
问题 @See this https://stackoverflow.com/a/15029515/185022 I`m trying to select images from gallery, but i only found the way to select a single image. Intent photoPickerIntent = new Intent(Intent.ACTION_PICK); photoPickerIntent.setType(\"image/*\"); startActivityForResult(photoPickerIntent, 1); Is there a way to select multiple images? 回答1: Create a custom gallery same like: Android custom image gallery with checkbox in grid to select multiple 回答2: First of all you need to use putExtra with your