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

Commit 1c5a40be 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

am: 01e99c29

Change-Id: I25da90bb47d75a62956dc56ac84224881466a635
parents b0ad3dd2 01e99c29
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) {