Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55c4e3dc authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove search_v2 flag

Change-Id: I606111f510d2d44276aac2e71fdc5e87b0e2babe
Fixes: 69851037
Test: rebuild
parent a2a7a40c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,6 @@ public class FeatureFlagUtils {
    static {
    static {
        DEFAULT_FLAGS = new HashMap<>();
        DEFAULT_FLAGS = new HashMap<>();
        DEFAULT_FLAGS.put("device_info_v2", "true");
        DEFAULT_FLAGS.put("device_info_v2", "true");
        DEFAULT_FLAGS.put("settings_search_v2", "true");
        DEFAULT_FLAGS.put("settings_app_info_v2", "true");
        DEFAULT_FLAGS.put("settings_app_info_v2", "true");
        DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
        DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
        DEFAULT_FLAGS.put("settings_battery_v2", "false");
        DEFAULT_FLAGS.put("settings_battery_v2", "false");