Enable first dock flow by default

Bug: 237566904
Test: manually on device
Change-Id: I85bafc16b8bb2584767ef12233621107c16c30c9
This commit is contained in:
Lucas Silva
2022-06-08 14:13:36 -04:00
parent 70f018574c
commit a51ceec89b

View File

@@ -163,7 +163,7 @@ public class Flags {
// 1000 - dock
public static final BooleanFlag SIMULATE_DOCK_THROUGH_CHARGING =
new BooleanFlag(1000, true);
public static final BooleanFlag DOCK_SETUP_ENABLED = new BooleanFlag(1001, false);
public static final BooleanFlag DOCK_SETUP_ENABLED = new BooleanFlag(1001, true);
// 1100 - windowing