I work on an Android audio app with Android Auto support. Everything works correctly EXCEPT the Android Auto UI does not display a playhead position/progress indicator like I can see in many other audio apps.
An example is in the screenshot below: the progress indicator runs along the top of the controls, above the Play/Pause button.
Our app: no progress indicator? Hmmm.
- I'm providing the duration along with other media metadata like artist and title to the MediaSessionCompat. Android Auto correctly displays title and artist metadata.
- I'm providing the current playhead position via PlaybackStateCompat to the MediaSessionCompat. Android Auto correctly reflects the current playback state.
- When the app is playing and the device is connected via Bluetooth to my car, my car's display shows current playhead position and total duration coming from my app.
None of the documentation for creating Android Auto media apps appears to mention this UI detail. It seems like it should just work. Any suggestions?