mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "[Toast] Add a feature flag for using app search for web zero-state." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a29868e30c
@@ -274,6 +274,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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user