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

Commit 4338531d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5831730 from a58013ae to qt-qpr1-release

Change-Id: I37b78c271d5f0dc7b992852f4cb816ff2c2fb875
parents b5d7fa9e a58013ae
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -9047,7 +9047,13 @@ public class ActivityManagerService extends IActivityManager.Stub
                    throw e.rethrowAsRuntimeException();
                }
            }
            // On Automotive, at this point the system user has already been started and unlocked,
            // and some of the tasks we do here have already been done. So skip those in that case.
            final boolean bootingSystemUser = currentUserId == UserHandle.USER_SYSTEM;
            if (bootingSystemUser) {
                mAtmInternal.startHomeOnAllDisplays(currentUserId, "systemReady");
            }
            mAtmInternal.showSystemReadyErrorDialogsIfNeeded();