Merge "Add flags for new restore icon treatment" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-11-29 20:11:11 +00:00
committed by Android (Google) Code Review

View File

@@ -334,6 +334,10 @@ public final class FeatureFlags {
"HOME_GARDENING_WORKSPACE_BUTTONS", false,
"Change workspace edit buttons to reflect home gardening");
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = getDebugFlag(
"ENABLE_DOWNLOAD_APP_UX_V2", false, "Updates the download app UX"
+ " to have better visuals");
public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
"ENABLE_TASKBAR_REVISED_THRESHOLDS", false,
"Uses revised thresholds for transient taskbar.");