android pick images from gallery

前端 未结 10 1855
太阳男子
太阳男子 2020-11-22 13:53

I want to create a picture chooser from gallery. I use code

 intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTE         


        
10条回答
  •  没有蜡笔的小新
    2020-11-22 14:20

    If you are only looking for images and multiple selection.

    Look @ once https://stackoverflow.com/a/15029515/1136023

    It's helpful for future.I personally feel great by using MultipleImagePick.

提交回复
热议问题