Loading services/core/java/com/android/server/am/AppTaskImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ class AppTaskImpl extends IAppTask.Stub { final int callingUid = Binder.getCallingUid(); final long origId = Binder.clearCallingIdentity(); try { synchronized (this) { synchronized (mService.mGlobalLock) { mService.mStackSupervisor.startActivityFromRecents(callingPid, callingUid, mTaskId, null); } Loading Loading
services/core/java/com/android/server/am/AppTaskImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ class AppTaskImpl extends IAppTask.Stub { final int callingUid = Binder.getCallingUid(); final long origId = Binder.clearCallingIdentity(); try { synchronized (this) { synchronized (mService.mGlobalLock) { mService.mStackSupervisor.startActivityFromRecents(callingPid, callingUid, mTaskId, null); } Loading