Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38673a81 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Id14680e83560040d6518ef02ff49281c70795e20
parents a6ddc78b b3967b65
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 =