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

Commit 74cda60b authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Adds aconfig flag for Lifetime Extension into NMS

Bug: 299448097
Test: compiles. only adding flag
Change-Id: I574f4ca05162fc45bd2ed18b5900741bcc692409
parent 7ddc262b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@ flag {
        "(containing the \"Clear all\" button). Should not bring any behavior changes"
    bug: "293167744"
}

flag {
    name: "notification_lifetime_extension_refactor"
    namespace: "systemui"
    description: "Enables moving notification lifetime extension management from SystemUI to "
        "Notification Manager Service"
    bug: "299448097"
}