Merge "[Avocado] Use device config for arm2 flags instead." into tm-dev am: 025bf08e2f

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

Change-Id: I0ab8edf1c5c3b6ce92234a2f3bb3dbcf24aaede0
This commit is contained in:
Becky Qiu
2022-03-17 07:03:51 +00:00
committed by Automerger Merge Worker
@@ -93,13 +93,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 INJECT_WEB_TOP = new DeviceFlag("INJECT_WEB_TOP", false,
"Show web suggestions on top of the search results");
public static final BooleanFlag USE_FALLBACK_APP_SEARCH = new DeviceFlag(
"USE_FALLBACK_APP_SEARCH", false,
"Use fallback launcher app search results instead of AiAi app results");
public static final BooleanFlag ENABLE_QUICK_SEARCH = new DeviceFlag("ENABLE_QUICK_SEARCH",
true, "Use quick search behavior.");