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

Commit 4e9f7cc2 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

Add flags in developer settings for Desktop Windowing

Bug: 359343764
Bug: 403345083
Flag: com.android.window.flags.enable_desktop_close_task_animation_in_dtc_bugfix
Flag: com.android.window.flags.enable_desktop_swipe_back_minimize_animation_bugfix

Test: NA

Change-Id: Ib01ce548163bc4e5898806173280dae15b15be2f
parent 79d84ec1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ public enum DesktopExperienceFlags {
    ENABLE_CONNECTED_DISPLAYS_WALLPAPER(
            android.app.Flags::enableConnectedDisplaysWallpaper, false),
    ENABLE_CONNECTED_DISPLAYS_WINDOW_DRAG(Flags::enableConnectedDisplaysWindowDrag, true),
    ENABLE_DESKTOP_CLOSE_TASK_ANIMATION_IN_DTC_BUGFIX(
            Flags::enableDesktopCloseTaskAnimationInDtcBugfix, false),
    ENABLE_DESKTOP_SWIPE_BACK_MINIMIZE_ANIMATION_BUGFIX(
            Flags::enableDesktopSwipeBackMinimizeAnimationBugfix, false),
    ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT(
            com.android.server.display.feature.flags.Flags::enableDisplayContentModeManagement,
            true),