Merge "Zero state feature flag" into tm-qpr-dev

This commit is contained in:
Brandon Dayauon
2023-02-11 05:50:46 +00:00
committed by Android (Google) Code Review

View File

@@ -96,6 +96,9 @@ public final class FeatureFlags {
"ENABLE_EXPANDING_PAUSE_WORK_BUTTON", false,
"Expand and collapse pause work button while scrolling");
public static final BooleanFlag ENABLE_RECENT_BLOCK = getDebugFlag("ENABLE_RECENT_BLOCK",
false, "Show recently tapped search target block in zero state");
public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag(
"COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log");