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

Commit 915a435f authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

ENABLE_QUICK_SEARCH

Bug: 213954097
Test: video attached to the bug

Change-Id: Id46ee329df569cccaeda27574c94dbbb6d9fd41f
parent 9c239d2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ public final class FeatureFlags {
            "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.");

    public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag(
            "COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log");