Loading src/com/android/launcher3/config/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading src/com/android/launcher3/logging/FileLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading
src/com/android/launcher3/logging/FileLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading