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

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

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

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

Change-Id: Ia0d1c0f5b79fa0c3788122ef771c82c1e580095b
parents e84e3c99 95949aed
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;