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

Commit 95949aed authored by Josh Gao's avatar Josh Gao Committed by Automerger Merge Worker
Browse files

Merge "Increase DropBox size to 10MiB." am: e1b4e1d5

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

Change-Id: I337b8077934400a7e0cbd04c6700f0f37883438c
parents 1678346f e1b4e1d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public final class DropBoxManagerService extends SystemService {
    private static final int DEFAULT_AGE_SECONDS = 3 * 86400;
    private static final int DEFAULT_MAX_FILES = 1000;
    private static final int DEFAULT_MAX_FILES_LOWRAM = 300;
    private static final int DEFAULT_QUOTA_KB = 5 * 1024;
    private static final int DEFAULT_QUOTA_KB = 10 * 1024;
    private static final int DEFAULT_QUOTA_PERCENT = 10;
    private static final int DEFAULT_RESERVE_PERCENT = 10;
    private static final int QUOTA_RESCAN_MILLIS = 5000;