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

Commit c74ef95d authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add a feature flag for showing Search Educard in QSB

Bug: 243680092
Test: Manual
Change-Id: I3ba1f577df2a5cfb2eb5f7acad20b47980c20916
parent 37bcfadd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -285,6 +285,9 @@ public final class FeatureFlags {
            "FOLDABLE_WORKSPACE_REORDER", true,
            "In foldables, when reordering the icons and widgets, is now going to use both sides");

    public static final BooleanFlag SHOW_SEARCH_EDUCARD_QSB = new DeviceFlag(
            "SHOW_SEARCH_EDUCARD_QSB", false, "Shows Search Educard for QSB entry in OneSearch.");

    public static void initialize(Context context) {
        synchronized (sDebugFlags) {
            for (DebugFlag flag : sDebugFlags) {