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

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

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

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

* commit 'c8a01f35':
  Qualify private outer call in MediaProjectionManagerService.
parents a24b3a12 c8a01f35
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);
            }