Remove stray parenthesis from MediaSession.ControllerInfo.toString()

#cherrypick

PiperOrigin-RevId: 651760391
(cherry picked from commit 2c7f2686b7)
This commit is contained in:
ibaker 2024-07-12 06:55:47 -07:00 committed by Tianyi Feng
parent 09b6e8fd04
commit 4070535ba9

View file

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