Merge "Enables Enhanced Smartspace by default." into sc-v2-dev am: a8fb9629fe

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15373288

Change-Id: Ia429aa56c17ede1d02d2897bd8686afdc4e50ec5
This commit is contained in:
TreeHugger Robot
2021-07-27 00:37:18 +00:00
committed by Automerger Merge Worker
@@ -175,8 +175,8 @@ public final class FeatureFlags {
"ENABLE_SMARTSPACE_UNIVERSAL", false,
"Replace Smartspace with a version rendered by System UI.");
public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = new DeviceFlag(
"ENABLE_SMARTSPACE_ENHANCED", false,
public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = getDebugFlag(
"ENABLE_SMARTSPACE_ENHANCED", true,
"Replace Smartspace with the enhanced version. "
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");