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

Commit 7794e2d8 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Notif] Rename test flag to promote_notifications_automatically.

Now that this flag will affect all promoted notification features,
rename it to not be status-bar-specific.

Bug: 367705002
Flag: com.android.systemui.promote_notifications_automatically
Test: Enable new flag, notifications are automatically promoted
Change-Id: Ie02e78276fa67544874331435c1285df5adc893b
parent e32964be
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -504,14 +504,14 @@ flag {
}

flag {
    name: "status_bar_notification_chips_test"
    name: "promote_notifications_automatically"
    namespace: "systemui"
    description: "Flag to enable certain features that let us test the status bar notification "
        "chips with teamfooders. This flag should *never* be released to trunkfood or nextfood."
    bug: "361346412"
    description: "Flag to automatically turn certain notifications into promoted notifications so "
        " we can test promoted notifications with teamfooders. This flag should *never* be released "
        "to trunkfood or nextfood."
    bug: "367705002"
}


flag {
    name: "compose_bouncer"
    namespace: "systemui"