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

Commit 9b84309b authored by John Spurlock's avatar John Spurlock
Browse files

Qualify private outer call in MediaProjectionManagerService.

Change-Id: Ia4e09bdfe773a27107c0980a1aabf9b09e2b0a46
parent 0608b932
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);
            }