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

Commit 0a189b56 authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Enable Turn Off Work 2.0 by default.

Bug: 275684939
Test: builds
Change-Id: Ife4fcd5e76053576bc6a025e4e446bbced2c0fb6
parent b0ed44a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,7 +864,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
    // TODO(b/265683382) remove the flag after rollout.
    private static final String KEEP_PROFILES_RUNNING_FLAG = "enable_keep_profiles_running";
    private static final boolean DEFAULT_KEEP_PROFILES_RUNNING_FLAG = false;
    private static final boolean DEFAULT_KEEP_PROFILES_RUNNING_FLAG = true;
    private static final String ENABLE_WORK_PROFILE_TELEPHONY_FLAG =
            "enable_work_profile_telephony";