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

Commit f1bcf7a4 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Turn ENABLE_DEVICE_SEARCH to DeviceConfig flag

Change-Id: I6e161bf36b315613bd2f13886cf4ef50470469b0
(cherry picked from commit 650fe523)
parent 3159909d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public final class FeatureFlags {
            "ENABLE_SUGGESTED_ACTIONS_OVERVIEW", true, "Show chip hints on the overview screen");


    public static final BooleanFlag ENABLE_DEVICE_SEARCH = getDebugFlag(
    public static final BooleanFlag ENABLE_DEVICE_SEARCH = new DeviceFlag(
            "ENABLE_DEVICE_SEARCH", false, "Allows on device search in all apps");

    public static final BooleanFlag USE_SEARCH_API = getDebugFlag(