Remove stray parenthesis from MediaSession.ControllerInfo.toString()

#cherrypick

PiperOrigin-RevId: 651760391
This commit is contained in:
ibaker 2024-07-12 06:55:47 -07:00 committed by Copybara-Service
parent 9151dbf9e6
commit 2c7f2686b7

View File

@ -598,7 +598,7 @@ public class MediaSession {
+ remoteUserInfo.getPackageName()
+ ", uid="
+ remoteUserInfo.getUid()
+ "})";
+ "}";
}
@Nullable