Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3c42c91 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Add flag to control dock setup flow." into tm-qpr-dev

parents 7cac1988 01a77023
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@ 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);


    // 1100 - windowing
    @Keep