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

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

Change-Id: I65d5fe7b9e539fd95cabba16f5e860f92a6c12a9
This commit is contained in:
TreeHugger Robot
2022-03-02 22:09:46 +00:00
committed by Automerger Merge Worker

View File

@@ -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 ==========================