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

Commit c8a01f35 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 3babc728: Merge "Qualify private outer call in MediaProjectionManagerService." into lmp-mr1-dev

* commit '3babc728':
  Qualify private outer call in MediaProjectionManagerService.
parents 7305b465 3babc728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ public final class MediaProjectionManagerService extends SystemService

            final long token = Binder.clearCallingIdentity();
            try {
                dump(pw);
                MediaProjectionManagerService.this.dump(pw);
            } finally {
                Binder.restoreCallingIdentity(token);
            }