Merge "Turn off ENABLE_TRACKPAD_GESTURE" into udc-dev

This commit is contained in:
Tracy Zhou
2023-05-15 17:06:23 +00:00
committed by Android (Google) Code Review

View File

@@ -394,7 +394,7 @@ public final class FeatureFlags {
"Enable initiating split screen from workspace to workspace.");
public static final BooleanFlag ENABLE_TRACKPAD_GESTURE = getDebugFlag(271010401,
"ENABLE_TRACKPAD_GESTURE", ENABLED, "Enables trackpad gesture.");
"ENABLE_TRACKPAD_GESTURE", DISABLED, "Enables trackpad gesture.");
// TODO(Block 29): Clean up flags
public static final BooleanFlag ENABLE_ALL_APPS_BUTTON_IN_HOTSEAT = getDebugFlag(270393897,