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

Commit c3a38053 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename flag to remove reference to blocked word."

parents 64594c80 c63e16f9
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,