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

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

Merge "Don't bring up Launcher until after boot complete" into froyo

parents d1d9047d 04c0af8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5583,7 +5583,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
        // See if the top visible activity is waiting to run in this process...
        HistoryRecord hr = topRunningActivityLocked(null);
        if (hr != null) {
        if (hr != null && normalMode) {
            if (hr.app == null && app.info.uid == hr.info.applicationInfo.uid
                    && processName.equals(hr.processName)) {
                try {