Set the chips flag to false in QP1A. This flag should be off by default. Chips should not be running in QP1A. Bug:137290162

am: 7400bb3f72

Change-Id: I64042172f17068b59bc3efeb23a9d9821510519c
This commit is contained in:
Anna Wasewicz
2019-07-15 14:19:41 -07:00
committed by android-build-merger
@@ -105,7 +105,7 @@ abstract class BaseFlags {
"ENABLE_QUICKSTEP_LIVE_TILE", false, "Enable live tile in Quickstep overview"); "ENABLE_QUICKSTEP_LIVE_TILE", false, "Enable live tile in Quickstep overview");
public static final TogglableFlag ENABLE_HINTS_IN_OVERVIEW = new TogglableFlag( public static final TogglableFlag ENABLE_HINTS_IN_OVERVIEW = new TogglableFlag(
"ENABLE_HINTS_IN_OVERVIEW", true, "ENABLE_HINTS_IN_OVERVIEW", false,
"Show chip hints and gleams on the overview screen"); "Show chip hints and gleams on the overview screen");
public static final TogglableFlag FAKE_LANDSCAPE_UI = new TogglableFlag( public static final TogglableFlag FAKE_LANDSCAPE_UI = new TogglableFlag(