Merge "Promote REMOVE_UNRANKED_NOTIFICATIONS to TeamFood" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-07-27 22:47:02 +00:00
committed by Android (Google) Code Review

View File

@@ -61,7 +61,7 @@ public class Flags {
new ResourceBooleanFlag(108, R.bool.config_notificationToContents); new ResourceBooleanFlag(108, R.bool.config_notificationToContents);
public static final BooleanFlag REMOVE_UNRANKED_NOTIFICATIONS = public static final BooleanFlag REMOVE_UNRANKED_NOTIFICATIONS =
new BooleanFlag(109, false); new BooleanFlag(109, false, true);
public static final BooleanFlag FSI_REQUIRES_KEYGUARD = public static final BooleanFlag FSI_REQUIRES_KEYGUARD =
new BooleanFlag(110, false, true); new BooleanFlag(110, false, true);