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

Commit ed194628 authored by Anton Potapov's avatar Anton Potapov
Browse files

Add bugfix flag for the new ScreenRecordingService

Flag: EXEMPT ADDING FLAG
Bug: 368579013
Test: passes presubmits
Change-Id: Id810c2a647429faa8b7fe92df01b34338dd38354
parent cfd57ff8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -676,6 +676,16 @@ flag {
    bug: "410901215"
}

flag {
    name: "thin_screen_recording_service"
    namespace: "systemui"
    description: "Fix screen recording on hsum enabled devices"
    bug: "368579013"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "clipboard_overlay_multiuser"
    namespace: "systemui"