Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01e99c29 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Do not allow elevating system_server priority for remote anim" into pi-dev

am: cff0c856

Change-Id: I3eb4873f1461a815ebe3e0c10f68e025ca6a80cc
parents adb9a96b cff0c856
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14416,6 +14416,10 @@ public class ActivityManagerService extends IActivityManager.Stub
    }
    void setRunningRemoteAnimation(int pid, boolean runningRemoteAnimation) {
        if (pid == Process.myPid()) {
            Slog.wtf(TAG, "system can't run remote animation");
            return;
        }
        synchronized (ActivityManagerService.this) {
            final ProcessRecord pr;
            synchronized (mPidsSelfLocked) {