Skip to content

Commit bed1dad

Browse files
committed
Add release note
1 parent 9c25845 commit bed1dad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
API 35+ (where the device advertises support for this).
3535
* Handle preload callbacks asynchronously in `PreloadMediaSource`
3636
([#1568](https://github.com/androidx/media/issues/1568)).
37+
* Defer the blocking call to
38+
`Context.getSystemService(Context.AUDIO_SERVICE)` until audio focus
39+
handling is enabled. This ensures the blocking call isn't done if audio
40+
focus handling is not enabled
41+
([#1616](https://github.com/androidx/media/pull/1616)).
3742
* Transformer:
3843
* Add `SurfaceAssetLoader`, which supports queueing video data to
3944
Transformer via a `Surface`.

0 commit comments

Comments
 (0)