Merge "Add featureFlag for icon in textheader" into tm-qpr-dev

This commit is contained in:
Brandon Dayauon
2023-02-13 17:52:58 +00:00
committed by Android (Google) Code Review

View File

@@ -356,6 +356,9 @@ public final class FeatureFlags {
"SECONDARY_DRAG_N_DROP_TO_PIN", false,
"Enable dragging and dropping to pin apps within secondary display");
public static final BooleanFlag ENABLE_ICON_IN_TEXT_HEADER = getDebugFlag(
"ENABLE_ICON_IN_TEXT_HEADER", false, "Show icon in textheader");
public static final BooleanFlag SHOW_DOT_PAGINATION = getDebugFlag(
"SHOW_DOT_PAGINATION", false, "Enable showing dot pagination in workspace");