vanilla-music / vanilla

Vanilla Music Player for Android
GNU General Public License v3.0
1.19k stars 296 forks source link

Issue: #1174 Fix crash after phonecall on Android 12+ #1217

Open lineinthesand opened 3 weeks ago

lineinthesand commented 3 weeks ago

This crash happens because Android 12+ does not allow to start a foreground service from the background, see: https://stackoverflow.com/a/77359307 The solution seems to be not to go into background in the first place, see: https://stackoverflow.com/a/75296605

opusforlife2 commented 3 weeks ago

@adrian-bl Would you mind making a small F-Droid release with this fix?