Loading services/core/java/com/android/server/wm/AppTaskImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,10 @@ class AppTaskImpl extends IAppTask.Stub { final long origId = Binder.clearCallingIdentity(); try { synchronized (mService.mGlobalLock) { if (!mService.checkAppSwitchAllowedLocked(callingPid, callingUid, -1, -1, "Move to front")) { return; } WindowProcessController callerApp = null; if (appThread != null) { callerApp = mService.getProcessController(appThread); Loading Loading
services/core/java/com/android/server/wm/AppTaskImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,10 @@ class AppTaskImpl extends IAppTask.Stub { final long origId = Binder.clearCallingIdentity(); try { synchronized (mService.mGlobalLock) { if (!mService.checkAppSwitchAllowedLocked(callingPid, callingUid, -1, -1, "Move to front")) { return; } WindowProcessController callerApp = null; if (appThread != null) { callerApp = mService.getProcessController(appThread); Loading