Add flipper switch for shell transitions

Bug: 161711458
Test: flip switch
Change-Id: I0bb63b3402b938104bcb8cb6f23e72b3c1085777
This commit is contained in:
Evan Rosky
2022-02-23 21:58:31 -08:00
parent bb8c65ed14
commit 99554e3cd7

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