From 725e1abc760646c33c32295c39c2c7a77cf71943 Mon Sep 17 00:00:00 2001 From: bachinger Date: Fri, 18 Aug 2023 10:31:55 +0100 Subject: [PATCH] Move release notes entry to correct section PiperOrigin-RevId: 558087503 --- RELEASENOTES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fa3a6d6e35..4e3987c7bf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -17,6 +17,9 @@ * Muxers: * IMA extension: * Session: + * Set the notifications foreground service behavior to + `FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider` + ([#167](https://github.com/androidx/media/issues/167)). * UI: * Downloads: * OkHttp Extension: @@ -145,9 +148,6 @@ This release includes the following changes since * Effect: * Add `VideoFrameProcessor.queueInputBitmap(Bitmap, Iterator)` queuing bitmap input by timestamp. - * Set the notifications foreground service behavior to - `FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider` - ([#167](https://github.com/androidx/media/issues/167)). * UI: * Add a `Player.Listener` implementation for Wear OS devices that handles playback suppression due to @@ -165,7 +165,6 @@ This release includes the following changes since * MIDI extension: * Release the MIDI decoder module, which provides support for playback of standard MIDI files using the Jsyn library to synthesize audio. -* Cast Extension: * Test Utilities: * Make `TestExoPlayerBuilder` and `FakeClock` compatible with Espresso UI tests and Compose UI tests. This fixes a bug where playback advances