Skip to content

com.brook.app.android.filepicker.core.DefaultImageFileProvider的getAllPhoto方法存在问题 #1

Description

@XuZhiFan

com.brook.app.android.filepicker.core.DefaultImageFileProvider的getAllPhoto方法的
filePath = cursor.getString(cursor.getColumnIndex(MediaStore.Images.ImageColumns.DATA));
File fileItem = new File(filePath);
photos.add(fileItem);
需要判断下文件是否存在

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions