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

Commit 3dafb0cf authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Promote REMOVE_UNRANKED_NOTIFICATIONS to TeamFood

Bug: 216384850
Change-Id: I1f78e1b4e792ccf0c1c2421c57a8c883bc4c603c
Test: atest NotifCollectionTest
parent 619befaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public class Flags {
            new ResourceBooleanFlag(108, R.bool.config_notificationToContents);

    public static final BooleanFlag REMOVE_UNRANKED_NOTIFICATIONS =
            new BooleanFlag(109, false);
            new BooleanFlag(109, false, true);

    public static final BooleanFlag FSI_REQUIRES_KEYGUARD =
            new BooleanFlag(110, false, true);