Loading services/core/java/com/android/server/wm/WindowManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2910,6 +2910,7 @@ public class WindowManagerService extends IWindowManager.Stub + " for the display " + displayId + " that does not exist."); return; } remoteAnimationAdapter.setCallingPidUid(Binder.getCallingPid(), Binder.getCallingUid()); displayContent.mAppTransition.overridePendingAppTransitionRemote( remoteAnimationAdapter); } Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2910,6 +2910,7 @@ public class WindowManagerService extends IWindowManager.Stub + " for the display " + displayId + " that does not exist."); return; } remoteAnimationAdapter.setCallingPidUid(Binder.getCallingPid(), Binder.getCallingUid()); displayContent.mAppTransition.overridePendingAppTransitionRemote( remoteAnimationAdapter); } Loading