Merge "ENABLE_QUICK_SEARCH" into tm-dev am: 3c8277d161
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17094036 Change-Id: Ib199cb767acdf3555cc209cb7bb1f842de80de7f
This commit is contained in:
@@ -103,6 +103,9 @@ public final class FeatureFlags {
|
||||
"USE_FALLBACK_APP_SEARCH", false,
|
||||
"Use fallback launcher app search results instead of AiAi app results");
|
||||
|
||||
public static final BooleanFlag ENABLE_QUICK_SEARCH = new DeviceFlag("ENABLE_QUICK_SEARCH",
|
||||
true, "Use quick search behavior.");
|
||||
|
||||
public static final BooleanFlag COLLECT_SEARCH_HISTORY = new DeviceFlag(
|
||||
"COLLECT_SEARCH_HISTORY", false, "Allow launcher to collect search history for log");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user