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