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

Commit 5ee178af authored by Raff Tsai's avatar Raff Tsai
Browse files

Enable settings_work_profile feature

Bug: 141601408
Test: rebuild
Change-Id: Ie99b25fdbd365b3823577374cedae20e48b8af2e
parent dd59b703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_wifi_details_datausage_header", "false");
        DEFAULT_FLAGS.put("settings_skip_direction_mutable", "true");
        DEFAULT_FLAGS.put(SETTINGS_WIFITRACKER2, "false");
        DEFAULT_FLAGS.put("settings_work_profile", "false");
        DEFAULT_FLAGS.put("settings_work_profile", "true");
        DEFAULT_FLAGS.put("settings_controller_loading_enhancement", "false");
    }