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

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

Add feature flag for condition manager refactoring

Bug: 112485407
Test: rebuild
Change-Id: I8938166c9af0cdf9e5fcd25589c1787093e6ebd8
parent 381fa2c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ public class FeatureFlagUtils {
    static {
        DEFAULT_FLAGS = new HashMap<>();
        DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
        DEFAULT_FLAGS.put("settings_condition_manager_v2", "false");
        DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");