From 5c404980540918740d9a870bc3973e67e2e65a8a Mon Sep 17 00:00:00 2001 From: rohks Date: Fri, 20 Dec 2024 08:44:16 -0800 Subject: [PATCH] Fix quotes around parameter name in release notes PiperOrigin-RevId: 708334464 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6437d7aa29..83f000d610 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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.