Promote REMOVE_UNRANKED_NOTIFICATIONS to TeamFood
Bug: 216384850 Change-Id: I1f78e1b4e792ccf0c1c2421c57a8c883bc4c603c Test: atest NotifCollectionTest
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user