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

Commit c8dd00e9 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Automerger Merge Worker
Browse files

Merge "Add the fling to dismiss sysprop flags for pip/bubbles." into...

Merge "Add the fling to dismiss sysprop flags for pip/bubbles." into tm-qpr-dev am: c71298e6 am: a2a15ec2

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



Change-Id: I28b9cf238103171f1af4c426723a2c7af460acb0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e4faa77c a2a15ec2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -247,6 +247,13 @@ public class Flags {
    public static final SysPropBooleanFlag SHOW_FLOATING_TASKS_AS_BUBBLES =
            new SysPropBooleanFlag(1107, "persist.wm.debug.floating_tasks_as_bubbles", false);

    @Keep
    public static final SysPropBooleanFlag ENABLE_FLING_TO_DISMISS_BUBBLE =
            new SysPropBooleanFlag(1108, "persist.wm.debug.fling_to_dismiss_bubble", true);
    @Keep
    public static final SysPropBooleanFlag ENABLE_FLING_TO_DISMISS_PIP =
            new SysPropBooleanFlag(1109, "persist.wm.debug.fling_to_dismiss_pip", true);

    // 1200 - predictive back
    @Keep
    public static final SysPropBooleanFlag WM_ENABLE_PREDICTIVE_BACK = new SysPropBooleanFlag(