Merge "Reduce the Terminal app storage requirement from 128GB to 64GB." into main am: d16d627a71
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3404569 Change-Id: I7c537930bb0d05d81c10feb99a0b7e8d0e7cc583 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -43,7 +43,7 @@ public class LinuxTerminalPreferenceController extends DeveloperOptionsPreferenc
|
||||
static final long MEMORY_MIN_BYTES = DataUnit.GIGABYTES.toBytes(4); // 4_000_000_000
|
||||
|
||||
@VisibleForTesting
|
||||
static final long STORAGE_MIN_BYTES = DataUnit.GIGABYTES.toBytes(128); // 128_000_000_000
|
||||
static final long STORAGE_MIN_BYTES = DataUnit.GIGABYTES.toBytes(64); // 64_000_000_000
|
||||
|
||||
private static final String LINUX_TERMINAL_KEY = "linux_terminal";
|
||||
|
||||
|
Reference in New Issue
Block a user