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

Commit 1e122850 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #6609383: java.lang.SecurityException: Requires..." into jb-dev

parents 804e822c bd145dbf
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6645,7 +6645,12 @@ public final class ActivityManagerService extends ActivityManagerNative
            // death notification...  just a bit prematurely.
            Slog.i(TAG, "Process " + proc.processName + " (pid " + proc.pid
                    + ") early provider death");
            final long ident = Binder.clearCallingIdentity();
            try {
                appDiedLocked(proc, proc.pid, proc.thread);
            } finally {
                Binder.restoreCallingIdentity(ident);
            }
        }
    }