Merge "Remove feature flags and use search config flags." into tm-qpr-dev am: 1c744c996c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20624019

Change-Id: I9bf3371ca4eb65c5dcec19466644fe8d1a9fbca4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-12-07 23:30:48 +00:00
committed by Automerger Merge Worker

View File

@@ -89,14 +89,6 @@ public final class FeatureFlags {
getDebugFlag("ENABLE_FLOATING_SEARCH_BAR", false,
"Keep All Apps search bar at the bottom (but above keyboard if open)");
public static final BooleanFlag ENABLE_QUICK_LAUNCH_V2 = new DeviceFlag(
"ENABLE_QUICK_LAUNCH_V2", false, "Use quick launch v2 "
+ "behavior. Quick search and quick launch v1 would be unavailable if this is enabled");
public static final BooleanFlag GBOARD_UPDATE_ENTER_KEY = new DeviceFlag(
"GBOARD_UPDATE_ENTER_KEY", false, "Update gBoard enter key "
+ "icon dynamically based on top search content for Quick Launch V2");
public static final BooleanFlag ENABLE_HIDE_HEADER = new DeviceFlag("ENABLE_HIDE_HEADER",
true, "Hide header on keyboard before typing in all apps");