Loading src/com/android/launcher3/config/FeatureFlags.java +5 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,11 @@ public final class FeatureFlags { "ENABLE_MULTI_INSTANCE", false, "Enables creation and filtering of multiple task instances in overview"); public static final BooleanFlag ENABLE_TASKBAR_PINNING = getDebugFlag( "ENABLE_TASKBAR_PINNING", false, "Enables taskbar pinning to allow user to switch between transient and persistent " + "taskbar flavors"); public static void initialize(Context context) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +5 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,11 @@ public final class FeatureFlags { "ENABLE_MULTI_INSTANCE", false, "Enables creation and filtering of multiple task instances in overview"); public static final BooleanFlag ENABLE_TASKBAR_PINNING = getDebugFlag( "ENABLE_TASKBAR_PINNING", false, "Enables taskbar pinning to allow user to switch between transient and persistent " + "taskbar flavors"); public static void initialize(Context context) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading