am ac24d23c: Merge "Don\'t bring up Launcher until after boot complete" into froyo

Merge commit 'ac24d23cd4a96f38b4e9cb0318a7c298794b9b6a' into kraken

* commit 'ac24d23cd4a96f38b4e9cb0318a7c298794b9b6a':
  Don't bring up Launcher until after boot complete
This commit is contained in:
Christopher Tate
2010-06-07 18:48:27 -07:00
committed by Android Git Automerger

View File

@@ -5788,7 +5788,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 {