Commit b592c78c by ibaker Committed by microkatz

Fix DefaultMediaNotificationProvider typo in release notes

Also merge two 'Remove deprecated symbols' sections

PiperOrigin-RevId: 482171490
(cherry picked from commit a4965053)
parent 6ec2f1ef
Showing with 9 additions and 9 deletions
...@@ -63,12 +63,13 @@ ...@@ -63,12 +63,13 @@
* Ensure commands are always executed in the correct order even if some * Ensure commands are always executed in the correct order even if some
require asynchronous resolution require asynchronous resolution
([#85](https://github.com/androidx/media/issues/85)). ([#85](https://github.com/androidx/media/issues/85)).
* Add `DefaultNotificationProvider.Builder` to build * Add `DefaultMediaNotificationProvider.Builder` to build
`DefaultNotificationProvider` instances. The builder can configure the `DefaultMediaNotificationProvider` instances. The builder can configure
notification ID, the notification channel ID and the notification the notification ID, the notification channel ID and the notification
channel name used by the provider. Also, add method channel name used by the provider. Also, add method
`DefaultNotificationProvider.setSmallIcon(int)` to set the notifications `DefaultMediaNotificationProvider.setSmallIcon(int)` to set the
small icon ([#104](https://github.com/androidx/media/issues/104)). notifications small icon
([#104](https://github.com/androidx/media/issues/104)).
* Ensure commands sent before `MediaController.release()` are not dropped * Ensure commands sent before `MediaController.release()` are not dropped
([#99](https://github.com/androidx/media/issues/99)). ([#99](https://github.com/androidx/media/issues/99)).
* `SimpleBitmapLoader` can load bitmap from `file://` URIs * `SimpleBitmapLoader` can load bitmap from `file://` URIs
...@@ -104,10 +105,9 @@ ...@@ -104,10 +105,9 @@
* Remove deprecated symbols: * Remove deprecated symbols:
* Remove `DefaultAudioSink` constructors, use `DefaultAudioSink.Builder` * Remove `DefaultAudioSink` constructors, use `DefaultAudioSink.Builder`
instead. instead.
* Remove deprecated symbols: * Remove `Transformer.Builder.setOutputMimeType(String)`. This feature has
* Remove `Transformer.Builder.setOutputMimeType(String)`. This feature been removed. The MIME type will always be MP4 when the default muxer is
has been removed. The MIME type will always be MP4 when the default used.
muxer is used.
### 1.0.0-beta02 (2022-07-21) ### 1.0.0-beta02 (2022-07-21)
......
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