gpt4 book ai didi

Java android 从图库中选择一张照片作为文件夹

转载 作者:行者123 更新时间:2023-12-01 21:13:08 25 4
gpt4 key购买 nike

我不知道如何从一个文件夹中的图库中挑选一张照片:

现在我有这个:

   private void galleryIntent() {
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);//
startActivityForResult(Intent.createChooser(intent, "Select File"), SELECT_FILE);
}

但现在我可以从所有图库中选择一张照片,并且我想从文件夹 Test 中选择一张照片

最佳答案

将某种选择器集成到您自己的应用程序中,例如 one of these file/directory chooser libraries ,然后删除 ACTION_GET_CONTENT

关于Java android 从图库中选择一张照片作为文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40787331/

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