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

Commit d16d627a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reduce the Terminal app storage requirement from 128GB to 64GB." into main

parents 3874c11b 0937b6de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";