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

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

Change-Id: If5d806e5c0a408f1ad16bda32ce219a94f8a450d
This commit is contained in:
TreeHugger Robot
2020-06-11 15:57:12 +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 =