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

Commit f4c454ba authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

New system property "sys.boot_completed" set to 1 when boot completed.

Change-Id: Ie3fc0b1efdfb637b0c780064a71e8c1575e15ca3
parent a5ae50cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3571,6 +3571,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
            
            if (mFactoryTest != SystemServer.FACTORY_TEST_LOW_LEVEL) {
                // Tell anyone interested that we are done booting!
                SystemProperties.set("sys.boot_completed", "1");
                broadcastIntentLocked(null, null,
                        new Intent(Intent.ACTION_BOOT_COMPLETED, null),
                        null, null, 0, null, null,