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

Commit 1c8e6303 authored by Becky Qiu's avatar Becky Qiu Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Switch to use a device config instead of feature flag for...

Merge "[Toast] Switch to use a device config instead of feature flag for appSearch." into tm-qpr-dev
parents fd2c9eb0 cdac5702
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -274,10 +274,6 @@ 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");