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

Commit 58a86548 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add feature flag for majority ranking." into ub-launcher3-rvc-dev am: e34b1835

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

Change-Id: I17182815ffc4e268c1869c3c73d7f27643dbcafb
parents 6313feab e34b1835
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -98,6 +98,10 @@ public final class FeatureFlags {
            "FOLDER_NAME_SUGGEST", true,
            "Suggests folder names instead of blank text.");

    public static final BooleanFlag FOLDER_NAME_MAJORITY_RANKING = getDebugFlag(
            "FOLDER_NAME_MAJORITY_RANKING", true,
            "Suggests folder names based on majority based ranking.");

    public static final BooleanFlag APP_SEARCH_IMPROVEMENTS = new DeviceFlag(
            "APP_SEARCH_IMPROVEMENTS", true,
            "Adds localized title and keyword search and ranking");