From 709246ac6a7f2823a1519a8905c8fedea8d8a23b Mon Sep 17 00:00:00 2001 From: shahddaghash Date: Fri, 18 Oct 2024 04:24:42 -0700 Subject: [PATCH] Fix dropped full stop in release notes PiperOrigin-RevId: 687252101 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f90426db34..6038eeadc5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -172,7 +172,7 @@ This release includes the following changes since the was known as `Custom browse actions` with the legacy library with `MediaBrowserCompat`. Note that with Media3 command buttons for media items are available for both, `MediaBrowser` and `MediaController`. See - [Custom Browse actions of AAOS](https://developer.android.com/training/cars/media#custom_browse_actions) + [Custom Browse actions of AAOS](https://developer.android.com/training/cars/media#custom_browse_actions). * Fix bug where a Media3 controller was sometimes unable to let a session app start a foreground service after requesting `play()`. * Restrict `CommandButton.Builder.setIconUri` to only accept content Uris.