From f1f07dc82ad7992f54d87637c9a2b1d4530f556b Mon Sep 17 00:00:00 2001 From: tofunmi Date: Fri, 5 May 2023 14:51:07 +0000 Subject: [PATCH] Update Release Notes for media3 1.1.0-alpha01 PiperOrigin-RevId: 529715517 --- RELEASENOTES.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac59972bec..33df9dd99d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,6 +2,14 @@ ### Unreleased changes +* Session: + * Add `androidx.media3.session.MediaButtonReceiver` to enable apps to + implement playback resumption with media button events sent by, for + example, a Bluetooth headset + ([#167](https://github.com/androidx/media/issues/167)). + +### 1.1.0-alpha01 (2023-05-10) + * Core library: * Add suppression reason for unsuitable audio route and play when ready change reason for suppressed too long. @@ -62,10 +70,6 @@ ([#355](https://github.com/androidx/media/issues/355)). * Fix memory leak of `MediaSessionService` or `MediaLibraryService` ([#346](https://github.com/androidx/media/issues/346)). - * Add `androidx.media3.session.MediaButtonReceiver` to enable apps to - implement playback resumption with media button events sent by, for - example, a Bluetooth headset - ([#167](https://github.com/androidx/media/issues/167)). * UI: * Add Util methods `shouldShowPlayButton` and `handlePlayPauseButtonAction` to write custom UI elements with a