mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Turn ENABLE_DEVICE_SEARCH to DeviceConfig flag"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e6dff5d29
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user