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

Commit 79a29e7c authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for mobile network v2"

parents 64a81a09 cbfdc1d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
        DEFAULT_FLAGS.put("settings_dynamic_homepage", "false");
        DEFAULT_FLAGS.put("settings_mobile_network_v2", "false");
        DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "true");
    }