Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d180b7d7 authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

Merge "[OneSearch] Arm2 - Add feature flags." into tm-dev am: 2ad875af

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

Change-Id: I2fa897db66f5450fe643f3bdbf1d3754731dc858
parents b66a03ac 2ad875af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -96,6 +96,13 @@ 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 COLLECT_SEARCH_HISTORY = new DeviceFlag(
            "COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log");