Enable Turn Off Work 2.0 by default.
Bug: 275684939 Test: builds Change-Id: Ife4fcd5e76053576bc6a025e4e446bbced2c0fb6
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user