SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.29k stars 407 forks source link

Don't remove MusicService from foreground on focus loss during playback #342

Closed qwertyfinger closed 3 years ago

qwertyfinger commented 3 years ago

Addresses #340.

Don't remove MusicService from foreground on focus loss during playback. Otherwise, our Service can be easily killed by the OS and playback won't be resumed when the focus should be gained back.

More details here: https://github.com/SimpleMobileTools/Simple-Music-Player/issues/340#issuecomment-907742747