Set the "settings_network_and_internet_v2" flag to on by default
Bug: 116349402 Test: (should be covered by existing tests) Change-Id: I942a11bb20aea3179c414012ff7c39a1cffbc07f
This commit is contained in:
@@ -46,7 +46,7 @@ public class FeatureFlagUtils {
|
||||
DEFAULT_FLAGS = new HashMap<>();
|
||||
DEFAULT_FLAGS.put("settings_audio_switcher", "true");
|
||||
DEFAULT_FLAGS.put("settings_mobile_network_v2", "true");
|
||||
DEFAULT_FLAGS.put("settings_network_and_internet_v2", "false");
|
||||
DEFAULT_FLAGS.put("settings_network_and_internet_v2", "true");
|
||||
DEFAULT_FLAGS.put("settings_slice_injection", "true");
|
||||
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
|
||||
DEFAULT_FLAGS.put("settings_wifi_mac_randomization", "true");
|
||||
|
||||
Reference in New Issue
Block a user