Merge "Remove getFreeBytes() to fasten queryRoots call." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-11 14:57:18 +00:00
committed by Android (Google) Code Review

View File

@@ -95,7 +95,8 @@ public class ExternalStorageProvider extends FileSystemProvider {
public String docId; public String docId;
public File visiblePath; public File visiblePath;
public File path; public File path;
public boolean reportAvailableBytes = true; // TODO (b/157033915): Make getFreeBytes() faster
public boolean reportAvailableBytes = false;
} }
private static final String ROOT_ID_PRIMARY_EMULATED = private static final String ROOT_ID_PRIMARY_EMULATED =