Merge "Add feature flag for cursor hover states in Launcher." into udc-dev

This commit is contained in:
Pat Manning
2023-04-17 21:45:55 +00:00
committed by Android (Google) Code Review
@@ -362,6 +362,10 @@ public final class FeatureFlags {
"Enables the ability to create and save app pairs on the Home screen for easy"
+ " split screen launching.");
public static final BooleanFlag ENABLE_CURSOR_HOVER_STATES = getDebugFlag(243191650,
"ENABLE_CURSOR_HOVER_STATES", DISABLED,
"Enables cursor hover states for certain elements.");
public static class BooleanFlag {
private final boolean mCurrentValue;