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

Commit 6a78cd85 authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "Move where prop dev.bootcomplete is set"

parents 73f22cd4 191713a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3456,7 +3456,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    public void systemReady() {
        // tell the keyguard
        mKeyguardMediator.onSystemReady();
        android.os.SystemProperties.set("dev.bootcomplete", "1"); 
        synchronized (mLock) {
            updateOrientationListenerLp();
            mSystemReady = true;
+1 −0
Original line number Diff line number Diff line
@@ -4045,6 +4045,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                mHandler.sendMessageDelayed(nmsg, POWER_CHECK_DELAY);
                // Tell anyone interested that we are done booting!
                SystemProperties.set("sys.boot_completed", "1");
                SystemProperties.set("dev.bootcomplete", "1");
                broadcastIntentLocked(null, null,
                        new Intent(Intent.ACTION_BOOT_COMPLETED, null),
                        null, null, 0, null, null,