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

Commit 3f829df1 authored by Kazuki Takise's avatar Kazuki Takise
Browse files

Create a flag for presentation for connected displays

This work will include fixes for the bugs only reproducible with
Connected Displays on.

Flag: EXEMPT adding flag
Bug: 393434320
Bug: 378503083
Test: m
Change-Id: I1231bcbc3c8a00731b8d99107a473bb0b6e4c809
parent 7ec6c48c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -617,3 +617,10 @@ flag {
    description: "Forces pinned taskbar with desktop tasks on freeform displays"
    bug: "390665752"
}

flag {
    name: "enable_presentation_for_connected_displays"
    namespace: "lse_desktop_experience"
    description: "Enables full support of presentation API for connected displays."
    bug: "378503083"
}