要打开Android图库直接进入“相机”文件夹吗?

时间:2018-07-15 23:22:12

标签: android android-gallery

我有以下代码打开包含几个文件夹的库,例如“相机”,“照片”,“屏幕截图”等。

是否可以直接在“相机”文件夹中打开图库?

    Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
    photoPickerIntent.setDataAndType(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, "image/*");
    mapActivity.startActivityForResult(photoPickerIntent, REQUEST_LOAD_IMG);

0 个答案:

没有答案