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

Commit b10482e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add flipper switch for shell transitions" into tm-dev am: ed73b44d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16998517

Change-Id: Ibc8bb6d2922fbb7dca4c8c0c6ecdf1a042b17da7
parents 09345026 ed73b44d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -153,6 +153,9 @@ public class Flags {
    public static final BooleanFlag SIMULATE_DOCK_THROUGH_CHARGING =
            new BooleanFlag(1000, true);

    // 1100 - windowing
    public static final SysPropBooleanFlag WM_ENABLE_SHELL_TRANSITIONS =
            new SysPropBooleanFlag(1100, "persist.debug.shell_transit", false);

    // Pay no attention to the reflection behind the curtain.
    // ========================== Curtain ==========================