From 85025d248d77d7befd0632b93072f84f1a70e2c8 Mon Sep 17 00:00:00 2001 From: Becky Qiu Date: Tue, 15 Mar 2022 16:50:43 -0700 Subject: [PATCH] [Avocado] Use device config for arm2 flags instead. Bug: 224861508 Test: manual Change-Id: Ib42ddb3808cf84ed1511754bf3f8bbcf5d100894 --- src/com/android/launcher3/config/FeatureFlags.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index df423559fe..de33ae5f87 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -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.");