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

Commit 3ba925b2 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

Create bugfix flag for app launch transitions

Bug: 353651446
Flag: com.android.window.flags.enable_desktop_app_launch_bugfix
Test: NA

Change-Id: I692af6bd26799bc68c5a9ddb3411b2b2a7aaa82e
parent 2d4cbbfd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1086,3 +1086,12 @@ flag {
    bug: "375648361"
}

flag {
    name: "enable_desktop_app_launch_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enabling an umbrella flag for various bugfixes related to app launch transitions."
    bug: "353651446"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}