Enable TRACKPAD_GESTURE_FEATURES for Droidfood

Will flag off in all U releases (feature targeting U-QPR1)

Fixes: 270987164
Test: Enable the flag and make sure back gesture works

Change-Id: Icaee36fed1cfea9b01aadeb402ba9d121932a6af
This commit is contained in:
Tracy Zhou
2023-03-10 12:42:00 -08:00
parent f9a0c46f51
commit 263fc83754

View File

@@ -529,7 +529,7 @@ object Flags {
// TODO(b/270987164): Tracking Bug
@JvmField
val TRACKPAD_GESTURE_FEATURES = unreleasedFlag(1205, "trackpad_gesture_features", teamfood = true)
val TRACKPAD_GESTURE_FEATURES = releasedFlag(1205, "trackpad_gesture_features")
// TODO(b/263826204): Tracking Bug
@JvmField