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

Commit 5e32f11e authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Add aconfig: enable_pip_umo_experience

This CL adds a new flag into multitask.aconfig, when it's enabled, we
switch to use the new UMO experience for PiP menu if applicable (like
for video playback apps).

Bug: 307998712
Flag: enable_pip_umo_experience
Test: N/A
Change-Id: Ic73b3924753efb48dba71af698c481f140a9f142
parent 4ee4e6bc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -50,3 +50,10 @@ flag {
    description: "Enables new animations for expand and collapse for bubbles"
    bug: "311450609"
}

flag {
    name: "enable_pip_umo_experience"
    namespace: "multitasking"
    description: "Enables new UMO experience for PiP menu"
    bug: "307998712"
}