Enable origin animations when launching the UMO over the Lockscreen.

Bug: 346865769
Flag: com.android.systemui.media_lockscreen_launch_animation
Test: atest LegacyActivityStarterInternalImplTest MediaControlPanelTest
Change-Id: I103f781edfd241094d58be93e0e585e6ff1545ed
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index ffa1db3..020bfe6 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1098,3 +1098,13 @@
     purpose: PURPOSE_BUGFIX
   }
 }
+
+flag {
+    name: "media_lockscreen_launch_animation"
+    namespace : "systemui"
+    description : "Enable the origin launch animation for UMO when opening on top of lockscreen."
+    bug : "346865769"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}