mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "[Toast] Add a feature flag for using app search for web zero-state." into tm-qpr-dev am: a29868e30c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19747910 Change-Id: Icadbdaee972cbefa2f97edad18ccc7ec00713e45 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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