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

Commit 94269cc0 authored by Chris Li's avatar Chris Li
Browse files

Add flag for tracking systemUi context before WMS initialization

Bug: 384428048
Test: add flag only
Flag: EXEMPT adding flag
Change-Id: I7ed2e66cecd7f3ee265c98bef882d866a079a2b3
parent 450f1b7d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -127,3 +127,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "track_system_ui_context_before_wms"
    description: "Keep track of SystemUiContext before WMS is initialized"
    bug: "384428048"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}