gpt4 book ai didi

java - 仅适用于本地文件的图像选择器,隐藏保管箱

转载 作者:太空宇宙 更新时间:2023-11-04 13:44:16 26 4
gpt4 key购买 nike

我正在使用默认图像选择器来选择照片。我在手机中安装了 dropbox 应用程序。所以它与图库和照片一起显示。有没有办法隐藏在图像选择器中显示的 dropbox?我也尝试过 this但它不适用于我的应用程序。

![Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("image/*");
intent.putExtra(Intent.EXTRA_LOCAL_ONLY, true);

Intent chooser = Intent.createChooser(intent, "Choose a Picture");
((Activity) context).startActivityForResult(chooser, photoGalleryCode);]

android image picker showing dropbox

最小

最佳答案

直接替换即可 Intent .ACTION_GET_CONTENT和 Intent .ACTION_PICK

关于java - 仅适用于本地文件的图像选择器,隐藏保管箱,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31023414/

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