Add ENABLE_TRANSIENT_TASKBAR feature flag.

Bug: 252905206
Test: N/A
Change-Id: I7995e4fc0a181aee6932e0bee041b74a4241053e
This commit is contained in:
Jon Miranda
2022-10-10 18:45:23 -07:00
parent 4a0dd44619
commit efd41a717e

View File

@@ -297,6 +297,9 @@ public final class FeatureFlags {
"SHOW_HOME_GARDENING", false,
"Show the new home gardening mode");
public static final BooleanFlag ENABLE_TRANSIENT_TASKBAR = getDebugFlag(
"ENABLE_TRANSIENT_TASKBAR", false, "Enables transient taskbar.");
public static void initialize(Context context) {
synchronized (sDebugFlags) {
for (DebugFlag flag : sDebugFlags) {