Merge "Make "Don't suggest app" default True" into ub-launcher3-rvc-dev am: 9cab0dd837
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11663603 Change-Id: I2dcdcef2bfe414a33680a71368540b33406173c8
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user