Merge "Offload boot-complete broadcast by default"

This commit is contained in:
Chris Tate
2022-01-10 17:19:58 +00:00
committed by Android (Google) Code Review

View File

@@ -2333,7 +2333,7 @@ public class ActivityManagerService extends IActivityManager.Stub
offloadConstants.SLOW_TIME = Integer.MAX_VALUE;
mEnableOffloadQueue = SystemProperties.getBoolean(
"persist.device_config.activity_manager_native_boot.offload_queue_enabled", false);
"persist.device_config.activity_manager_native_boot.offload_queue_enabled", true);
mFgBroadcastQueue = new BroadcastQueue(this, mHandler,
"foreground", foreConstants, false);