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

Commit 019df656 authored by Richard MacGregor's avatar Richard MacGregor
Browse files

Add notification protections flag

Add flag for enabling notification protections during screenshare

Test: make
Bug: 316953907
Flag: ACONFIG com.android.systemui.screenshare_notification_hiding DISABLED
Change-Id: I9a1dfab7d3ae5b69742ad1cc842ec3bb9857f3ab
parent 8a83c56f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -268,3 +268,11 @@ flag {
    description: "Adds haptic feedback to the volume slider."
    bug: "316953430"
}

flag {
    name: "screenshare_notification_hiding"
    namespace: "systemui"
    description: "Enable hiding of notifications during screenshare"
    bug: "312784809"
}