Remove stray parenthesis from MediaSession.ControllerInfo.toString()
#cherrypick PiperOrigin-RevId: 651760391
This commit is contained in:
parent
9151dbf9e6
commit
2c7f2686b7
@ -598,7 +598,7 @@ public class MediaSession {
|
|||||||
+ remoteUserInfo.getPackageName()
|
+ remoteUserInfo.getPackageName()
|
||||||
+ ", uid="
|
+ ", uid="
|
||||||
+ remoteUserInfo.getUid()
|
+ remoteUserInfo.getUid()
|
||||||
+ "})";
|
+ "}";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user