【发布时间】:2020-03-02 10:12:09
【问题描述】:
在这里我分享了我的代码。有人可以帮忙吗?
var intent = Intent()
intent.type = "image/*"
intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true)
intent.action = Intent.ACTION_GET_CONTENT
startActivityForResult(Intent.createChooser(intent, "Select Picture"), PICK_IMAGE_MULTIPLE
【问题讨论】:
标签: java android android-studio kotlin