enricocid / Music-Player-GO

🎢🎼 Very slim music player πŸ‘¨β€πŸŽ€ 100% made in Italy πŸ•πŸŒ³πŸŒžπŸπŸŒ„
GNU General Public License v3.0
1.81k stars 218 forks source link

Fix error with control by media player controller apps #484

Closed gaycodegal closed 2 years ago

gaycodegal commented 2 years ago

Fix error with control by media player controller apps

Try pausing and playing your app multiple times with the media control test app on android 12 and you will experience that your app no longer plays after a while because it is experiencing a ForegroundServiceStartNotAllowedException.

for more details: https://stackoverflow.com/questions/71373928/foregroundservicestartnotallowedexception-for-a-media-player-how-are-we-suppos

also here's a link to a voice controller that can also output the intents to control MusicPlayerGO; unfortunately english only for the moment. https://github.com/hobbycommandline/Hobby-Voice-Command-Line

enricocid commented 2 years ago

Thanks :)