Commit d9ad91d5 by olly Committed by kim-vde

Adding detail in release notes about PendingIntent

PiperOrigin-RevId: 386194496
parent 90113ce0
Showing with 4 additions and 3 deletions
...@@ -172,9 +172,10 @@ ...@@ -172,9 +172,10 @@
* Fix handling of emsg messages with an unset duration * Fix handling of emsg messages with an unset duration
([#9123](https://github.com/google/ExoPlayer/issues/9123)). ([#9123](https://github.com/google/ExoPlayer/issues/9123)).
* UI: * UI:
* Add `PendingIntent.FLAG_IMMUTABLE` flag when creating a broadcast intent * Add `PendingIntent.FLAG_IMMUTABLE` flag when creating a broadcast
in `PlayerNotificationManager`. This is required to avoid an error on intent in `PlayerNotificationManager`. This is required by a
Android 12. [behaviour change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability)
in Android 12.
* Fix focusability of `StyledPlayerView` and `StyledPlayerControlView` * Fix focusability of `StyledPlayerView` and `StyledPlayerControlView`
popup menus on API levels prior to 26 popup menus on API levels prior to 26
([#9061](https://github.com/google/ExoPlayer/issues/9061)). ([#9061](https://github.com/google/ExoPlayer/issues/9061)).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment