@参见/sf/answers/1052066081/
我试图从图库中选择图像,但我只找到了选择单个图像的方法.
Intent photoPickerIntent = new Intent(Intent.ACTION_PICK); photoPickerIntent.setType("image/*"); startActivityForResult(photoPickerIntent, 1);
有没有办法选择多个图像?
java android image gallery
android ×1
gallery ×1
image ×1
java ×1