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

Commit 01a77023 authored by Lucas Silva's avatar Lucas Silva
Browse files

Add flag to control dock setup flow.

Test: manually on device
Bug: 227649823
Bug: 228220413
Bug: 227630955
Change-Id: Icf67adc6ecb50d7cba087d2fdd2809fcbea34374
parent 7faf546f
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