Merge "Add a flag for status bar user switcher"

This commit is contained in:
Evan Laird
2022-02-01 18:05:39 +00:00
committed by Android (Google) Code Review

View File

@@ -112,6 +112,9 @@ public class Flags {
public static final BooleanFlag COMBINED_STATUS_BAR_SIGNAL_ICONS =
new BooleanFlag(601, false);
public static final BooleanFlag STATUS_BAR_USER_SWITCHER =
new BooleanFlag(602, false);
/***************************************/
// 700 - dialer/calls
public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =