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

Commit 9da10af6 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Enable systemui_theme feature flag" into pi-dev

am: 14e605d7

Change-Id: I47b44fd9f95e729642b383325fbfad159fb21c26
parents d8c513f0 14e605d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
        DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
        DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
        DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "false");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
    }
    }


    /**
    /**