Turn ENABLE_DEVICE_SEARCH to DeviceConfig flag

Change-Id: I6e161bf36b315613bd2f13886cf4ef50470469b0
This commit is contained in:
Hyunyoung Song
2021-01-26 13:39:27 -08:00
parent e9d970106c
commit 650fe52313

View File

@@ -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(