android / uamp

A sample audio app for Android
Apache License 2.0
13.11k stars 3.76k forks source link

Android auto does not play whole album songs list #506

Open pawaom opened 2 years ago

pawaom commented 2 years ago

Android auto does not play whole album songs list

I was testing the Jetpack compose media3 UAMP code. on the polestar emulator and Phone, I noticed the player activity in Auto (Polestar) emulator does not play all the songs from the album

Steps to reproduce

On polestar emulator play the Album Jazz in Paris which has 3 songs

1) jazz in Paris 2) The Messenger 3)Talkies

now when we click on the song -> The messenger it plays only that song and when we click the previous button it goes to the start of that song only, not play the previous song (even after multiple previous clicks).

the next song option is not available at all. Capture2

Where as if we test it in the Phone we can play whole album.

like this

Capture3