Loading packages/ExternalStorageProvider/src/com/android/externalstorage/ExternalStorageProvider.java +4 −2 Original line number Diff line number Diff line Loading @@ -520,8 +520,10 @@ public class ExternalStorageProvider extends FileSystemProvider { final RootInfo root = resolvedDocId.first; File child = resolvedDocId.second; final File rootFile = root.visiblePath != null ? root.visiblePath : root.path; final File parent = TextUtils.isEmpty(parentDocId) ? root.path ? rootFile : getFileForDocId(parentDocId); return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); Loading Loading
packages/ExternalStorageProvider/src/com/android/externalstorage/ExternalStorageProvider.java +4 −2 Original line number Diff line number Diff line Loading @@ -520,8 +520,10 @@ public class ExternalStorageProvider extends FileSystemProvider { final RootInfo root = resolvedDocId.first; File child = resolvedDocId.second; final File rootFile = root.visiblePath != null ? root.visiblePath : root.path; final File parent = TextUtils.isEmpty(parentDocId) ? root.path ? rootFile : getFileForDocId(parentDocId); return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); Loading