Hey guys
Context - I am building music player application with media3 and things are going pretty well. But there is an issue with notification.
Problem - The seekbar doesn't show in the notification although I can rewind, fast forward, play and pause the media
My approach - I am using MediaSessionService which contains my player and media session. And to show the notification I am using PlayerNotificationManager to build my notification(using it's builder).
I have looked through the docs, samples and github issues but can't find a way to show the seekbar.
I have searched on SO but no results on why it's happening. Normally using a mediasession with the player notification manager must hook the notification to the media sessions, right? But it's not the case here