Merge "Enable settings search v2 experiement"
This commit is contained in:
@@ -39,7 +39,7 @@ public class FeatureFlagUtils {
|
||||
DEFAULT_FLAGS = new HashMap<>();
|
||||
DEFAULT_FLAGS.put("device_info_v2", "true");
|
||||
DEFAULT_FLAGS.put("new_settings_suggestion", "true");
|
||||
DEFAULT_FLAGS.put("settings_search_v2", "false");
|
||||
DEFAULT_FLAGS.put("settings_search_v2", "true");
|
||||
DEFAULT_FLAGS.put("settings_app_info_v2", "false");
|
||||
DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
|
||||
DEFAULT_FLAGS.put("settings_battery_v2", "false");
|
||||
|
||||
Reference in New Issue
Block a user