From bed1dadcbf75f930823f4022f488bd45598826ec Mon Sep 17 00:00:00 2001 From: Ian Baker Date: Tue, 20 Aug 2024 17:50:45 +0100 Subject: [PATCH] Add release note --- RELEASENOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 37d29c1494..c39f102309 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -34,6 +34,11 @@ API 35+ (where the device advertises support for this). * Handle preload callbacks asynchronously in `PreloadMediaSource` ([#1568](https://github.com/androidx/media/issues/1568)). + * Defer the blocking call to + `Context.getSystemService(Context.AUDIO_SERVICE)` until audio focus + handling is enabled. This ensures the blocking call isn't done if audio + focus handling is not enabled + ([#1616](https://github.com/androidx/media/pull/1616)). * Transformer: * Add `SurfaceAssetLoader`, which supports queueing video data to Transformer via a `Surface`.