仅限本地文件的图像选取器,隐藏dropbox

时间:2015-06-24 09:55:17

标签: java android

我使用默认图片选择器来挑选照片。我在我的手机中安装了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

最低

1 个答案:

答案 0 :(得分:0)

只需更换 Intent.ACTION_GET_CONTENT 同 Intent.ACTION_PICK