From b2069198443b71f6d3d0a38ee18f9b4be3ccc4d2 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 (cherry picked from commit f1f07dc82ad7992f54d87637c9a2b1d4530f556b) --- RELEASENOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 752b15952d..ef0b3d5bb9 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.