gpt4 book ai didi

java - 使用 Intents 从 Android 上的照片库中选择多个图像

转载 作者:IT老高 更新时间:2023-10-28 21:09:11 26 4
gpt4 key购买 nike

@查看 https://stackoverflow.com/a/15029515/185022

我正在尝试从图库中选择图像,但我只找到了选择单个图像的方法。

Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*");
startActivityForResult(photoPickerIntent, 1);

有没有办法选择多张图片?

最佳答案

关于java - 使用 Intents 从 Android 上的照片库中选择多个图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4746661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com