Merge "Enable first dock flow by default" into tm-qpr-dev am: 58936f2859 am: f4e4ec357f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18800206 Change-Id: I3004584a80c87ed1dc5c748abcaeec88f36725bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -176,7 +176,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
|
||||
|
||||
Reference in New Issue
Block a user