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

Commit edea2575 authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a feature flag for using app search for web zero-state.

Bug: 241001264
Test: local
Change-Id: Id4af1664253182217014a43d8f8025f1a00da291
parent 7fb96a53
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -269,6 +269,10 @@ public final class FeatureFlags {
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "Use local overrides for search request timeout");

    public static final BooleanFlag USE_APP_SEARCH_FOR_WEB = getDebugFlag(
            "USE_APP_SEARCH_FOR_WEB", false,
            "Use app search to request zero state web suggestions");

    public static final BooleanFlag CONTINUOUS_VIEW_TREE_CAPTURE = getDebugFlag(
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");