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

Commit c3aa5604 authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove settings suggestion v2 feature flag.

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