Add feature flag for settings slice injection
Bug: 120803703 Test: Manual Change-Id: I1e0f92576ffb01d7300ec60d9c40165454b3aeba
This commit is contained in:
@@ -46,6 +46,7 @@ public class FeatureFlagUtils {
|
||||
DEFAULT_FLAGS.put("settings_mobile_network_v2", "true");
|
||||
DEFAULT_FLAGS.put("settings_network_and_internet_v2", "false");
|
||||
DEFAULT_FLAGS.put("settings_seamless_transfer", "false");
|
||||
DEFAULT_FLAGS.put("settings_slice_injection", "false");
|
||||
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
|
||||
DEFAULT_FLAGS.put("settings_wifi_dpp", "false");
|
||||
DEFAULT_FLAGS.put("settings_wifi_mac_randomization", "false");
|
||||
|
||||
Reference in New Issue
Block a user