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

Commit d745ea1b 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 am: 38673a81

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

Change-Id: I1670b7633498a20692ad082377aef20e703b06db
parents dab46afd 38673a81
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 =