diff --git a/Common/File/DirListing.cpp b/Common/File/DirListing.cpp index d994b11aeb..86c46366d1 100644 --- a/Common/File/DirListing.cpp +++ b/Common/File/DirListing.cpp @@ -42,6 +42,8 @@ bool GetFileInfo(const Path &path, FileInfo * fileInfo) { switch (path.Type()) { case PathType::NATIVE: break; // OK + case PathType::CONTENT_URI: + return Android_GetFileInfo(path.ToString(), fileInfo); default: return false; }