Version
Media3 main branch
More version details
The bug is produced by the version 1.9.2. I downgraded to 1.8.0 and 1.9.0 and had no issues.
Devices that reproduce the issue
Tecno Spark 5 - Android 10
Samsung A05s - Android 15
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
Reproduction steps
- Create
MediaSessionService with MediaSession + ExoPlayer.
- Set
MediaMetadata.artworkUri to local album art URI (for example content://media/external/audio/albumart/{albumId}) or embedded art-backed URI.
- Start playback and show media notification.
- Compare rendering quality between:
- broken version:
<bad>
- working version:
<good>
Expected result
Expected behavior
Artwork quality in notification should preserve source quality (or at least match previous Media3 behavior).
Actual result
Artwork is blurry/downscaled on <bad version>, but sharp/high quality on <good version> with same media items/artwork source.
Media

Bug Report