Merge "Qualify private outer call in MediaProjectionManagerService." into lmp-mr1-dev

This commit is contained in:
John Spurlock
2014-10-20 20:15:36 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}