Fix quotes around parameter name in release notes

PiperOrigin-RevId: 708334464
This commit is contained in:
rohks 2024-12-20 08:44:16 -08:00 committed by Copybara-Service
parent 1b0e2fb75e
commit 5c40498054

View File

@ -123,8 +123,8 @@ This release includes the following changes since the
* Moved `MuxerException` out of `Muxer` interface to avoid a very long
fully qualified name.
* Session:
* Add 'Context' as a parameter to
'MediaButtonReceiver.shouldStartForegroundService`
* Add `Context` as a parameter to
`MediaButtonReceiver.shouldStartForegroundService`
([#1887](https://github.com/androidx/media/issues/1887)).
* UI:
* Add `PlayerSurface` Composable to `media3-ui-compose` module.