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

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

am 6cae74a8: am c8a01f35: am 3babc728: Merge "Qualify private outer call in...

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

* commit '6cae74a8':
  Qualify private outer call in MediaProjectionManagerService.
parents 9e74f807 6cae74a8
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);
            }