Merge "Make "Don't suggest app" default True" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-03 22:29:50 +00:00
committed by Android (Google) Code Review
@@ -103,7 +103,7 @@ public final class FeatureFlags {
"Adds localized title and keyword search and ranking");
public static final BooleanFlag ENABLE_PREDICTION_DISMISS = getDebugFlag(
"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");