Merge "Turn off Back affordance flag" into tm-qpr-dev am: 435bae4155
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19262527 Change-Id: I9d194f7746476b3a509ab489b76c84aac6b7afb4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -199,7 +199,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 ==========================
|
||||
|
||||
Reference in New Issue
Block a user