Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3342ea03 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: If1577f1c78d5063e4a1e4b4984b851eecbc229e3
parents c537990b 78214676
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.");