Merge "Remove getFreeBytes() to fasten queryRoots call." into rvc-dev am: b3967b656d am: d60a648f6b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11808678

Change-Id: I270e2a2f2e44c8b06447a1f7fd8bc5a1f57aafc0
This commit is contained in:
TreeHugger Robot
2020-06-11 15:42:03 +00:00
committed by Automerger Merge Worker

View File

@@ -95,7 +95,8 @@ public class ExternalStorageProvider extends FileSystemProvider {
public String docId;
public File visiblePath;
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 =