Merge "Add new headers flags to teamfood" into tm-qpr-dev am: e373c68b34 am: f275f8d872
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19377430 Change-Id: I7be5c31236623ada90e516a69642d9d25114cb20 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -122,7 +122,7 @@ public class Flags {
|
||||
new BooleanFlag(500, true);
|
||||
|
||||
public static final BooleanFlag COMBINED_QS_HEADERS =
|
||||
new BooleanFlag(501, false);
|
||||
new BooleanFlag(501, false, true);
|
||||
|
||||
public static final ResourceBooleanFlag PEOPLE_TILE =
|
||||
new ResourceBooleanFlag(502, R.bool.flag_conversations);
|
||||
@@ -136,7 +136,7 @@ public class Flags {
|
||||
@Deprecated
|
||||
public static final BooleanFlag NEW_FOOTER = new BooleanFlag(504, true);
|
||||
|
||||
public static final BooleanFlag NEW_HEADER = new BooleanFlag(505, false);
|
||||
public static final BooleanFlag NEW_HEADER = new BooleanFlag(505, false, true);
|
||||
public static final ResourceBooleanFlag FULL_SCREEN_USER_SWITCHER =
|
||||
new ResourceBooleanFlag(506, R.bool.config_enableFullscreenUserSwitcher);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user