Enable APP_SEARCH_IMPROVEMENTS flag.
Bug: 151196870 Change-Id: I0665be5d585f64f3d43d42201a6529fd88247ca4
This commit is contained in:
@@ -100,7 +100,7 @@ public final class FeatureFlags {
|
||||
"Suggests folder names instead of blank text.");
|
||||
|
||||
public static final BooleanFlag APP_SEARCH_IMPROVEMENTS = new DeviceFlag(
|
||||
"APP_SEARCH_IMPROVEMENTS", false,
|
||||
"APP_SEARCH_IMPROVEMENTS", true,
|
||||
"Adds localized title and keyword search and ranking");
|
||||
|
||||
public static final BooleanFlag ENABLE_PREDICTION_DISMISS = new DeviceFlag(
|
||||
|
||||
Reference in New Issue
Block a user