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

Commit 9779372e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable settings_work_profile feature"

parents 6ed11017 5ee178af
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");
    }