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

Commit 7dfe9dec authored by Raff Tsai's avatar Raff Tsai
Browse files

Add feature to enable separate personal/work profile settings

Bug: 141601408
Test: build pass
Change-Id: I823d2c5067694c5bd49fac680529b597185d5b64
parent 2f33b593
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,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");
    }

    /**