Enable Quickstep widget launch and return animations
Turn on new widget animations by default. Bug: 169042867 Test: manual Change-Id: Ie35660c798731f5e3d341c8135adb8e2a7683eed
This commit is contained in:
@@ -88,7 +88,7 @@ public final class FeatureFlags {
|
||||
"ENABLE_QUICKSTEP_LIVE_TILE", true, "Enable live tile in Quickstep overview");
|
||||
|
||||
public static final BooleanFlag ENABLE_QUICKSTEP_WIDGET_APP_START = getDebugFlag(
|
||||
"ENABLE_QUICKSTEP_WIDGET_APP_START", false,
|
||||
"ENABLE_QUICKSTEP_WIDGET_APP_START", true,
|
||||
"Enable Quickstep animation when launching activities from an app widget");
|
||||
|
||||
// Keep as DeviceFlag to allow remote disable in emergency.
|
||||
|
||||
Reference in New Issue
Block a user