Merge "Adding the flag for putting widget host in the background" into tm-qpr-dev

This commit is contained in:
Sihua Ma
2022-11-22 19:22:09 +00:00
committed by Android (Google) Code Review

View File

@@ -262,6 +262,10 @@ public final class FeatureFlags {
"ENABLE_NEW_MIGRATION_LOGIC", true,
"Enable the new grid migration logic, keeping pages when src < dest");
public static final BooleanFlag ENABLE_WIDGET_HOST_IN_BACKGROUND = getDebugFlag(
"ENABLE_WIDGET_HOST_IN_BACKGROUND", false,
"Enable background widget updates listening for widget holder");
public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag(
"ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");