Merge "Enable staged split for sc-v2" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b9e08f5773
@@ -239,7 +239,7 @@ public final class FeatureFlags {
|
||||
"Enables scrim during app launch animation.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SPLIT_SELECT = getDebugFlag(
|
||||
"ENABLE_SPLIT_SELECT", false, "Uses new split screen selection overview UI");
|
||||
"ENABLE_SPLIT_SELECT", true, "Uses new split screen selection overview UI");
|
||||
|
||||
public static final BooleanFlag ENABLE_ENFORCED_ROUNDED_CORNERS = new DeviceFlag(
|
||||
"ENABLE_ENFORCED_ROUNDED_CORNERS", true, "Enforce rounded corners on all App Widgets");
|
||||
|
||||
Reference in New Issue
Block a user