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

Commit 73cb0094 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Default ENABLE_PREDICTION_DISMISS to true

Bug: 142753423
Change-Id: I73bfb35fdd952a64233950254870afa393ed79ae
parent 475d1607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public final class FeatureFlags {
            "Adds localized title and keyword search and ranking");

    public static final BooleanFlag ENABLE_PREDICTION_DISMISS = new DeviceFlag(
            "ENABLE_PREDICTION_DISMISS", false, "Allow option to dimiss apps from predicted list");
            "ENABLE_PREDICTION_DISMISS", true, "Allow option to dimiss apps from predicted list");

    public static final BooleanFlag ENABLE_QUICK_CAPTURE_GESTURE = getDebugFlag(
            "ENABLE_QUICK_CAPTURE_GESTURE", true, "Swipe from right to left to quick capture");
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public final class FileLog {
    private static final DateFormat DATE_FORMAT =
            DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);

    private static final long MAX_LOG_FILE_SIZE = 4 << 20;  // 4 mb
    private static final long MAX_LOG_FILE_SIZE = 8 << 20;  // 4 mb

    private static Handler sHandler = null;
    private static File sLogsDirectory = null;