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

Commit b1a26d95 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Offload boot-complete broadcast by default"

parents 79f9865e 9b00bec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);