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

Commit c63e16f9 authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille
Browse files

Rename flag to remove reference to blocked word.

Change-Id: I145f5dfb2ba020331a4cae3225a4345a6d10233a
parent f8d7e342
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -160,9 +160,10 @@ public final class FeatureFlags {
            "ENABLE_SMARTSPACE_UNIVERSAL", false,
            "Replace Smartspace with a version rendered by System UI.");

    public static final BooleanFlag ENABLE_SMARTSPACE_BLUECHIP = getDebugFlag(
            "ENABLE_SMARTSPACE_BLUECHIP", false,
            "Replace Smartspace with the Bluechip version. Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
    public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = getDebugFlag(
            "ENABLE_SMARTSPACE_ENHANCED", false,
            "Replace Smartspace with the enhanced version. "
              + "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");

    public static final BooleanFlag ENABLE_SYSTEM_VELOCITY_PROVIDER = getDebugFlag(
            "ENABLE_SYSTEM_VELOCITY_PROVIDER", true,