Merge "Enable first dock flow by default" into tm-qpr-dev

This commit is contained in:
Lucas Silva
2022-07-08 18:33:56 +00:00
committed by Android (Google) Code Review

View File

@@ -168,7 +168,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