Turn off Back affordance flag

There are a few open quality issues we'd like to address

Change-Id: Icc691e021acde8016caf78990ecf4d842a9ceb39
Test: make sure the arrow is off
Bug: 238787882
This commit is contained in:
Selim Cinek
2022-07-12 20:11:20 +00:00
parent 6acb1cfda8
commit 06a3466d35

View File

@@ -194,7 +194,8 @@ public class Flags {
public static final SysPropBooleanFlag WM_ALWAYS_ENFORCE_PREDICTIVE_BACK =
new SysPropBooleanFlag(1202, "persist.wm.debug.predictive_back_always_enforce", false);
public static final BooleanFlag NEW_BACK_AFFORDANCE = new BooleanFlag(1203, true);
public static final BooleanFlag NEW_BACK_AFFORDANCE =
new BooleanFlag(1203, false /* default */, true /* teamfood */);
// Pay no attention to the reflection behind the curtain.
// ========================== Curtain ==========================