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

Commit 2e4ab661 authored by Massimo Carli's avatar Massimo Carli
Browse files

[1/n] Flag creation for Desktop Windowing CompatUI logic

Flag: EXEMPT bug flag creation
Bug: 357062954
Test: m

Change-Id: Ib48746d8fcd9a7d325209fde46a72964517ea1bb
parent f7d99342
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -225,3 +225,13 @@ flag {
    description: "Adds a minimize button the the caption bar"
    bug: "356843241"
}

flag {
    name: "skip_compat_ui_education_in_desktop_mode"
    namespace: "lse_desktop_experience"
    description: "Ignore Compat UI educations when in Desktop Mode."
    bug: "357062954"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}