Android: use startForegroundService() in Android 8+

Fixes the error:

 IllegalStateException: Not allowed to start service Intent { cmp=org.musicpd/.Main (has extras) }: app is in background
This commit is contained in:
Max Kellermann
2021-05-31 20:37:10 +02:00
parent ac59ec34f9
commit ab487b9a99
2 changed files with 12 additions and 1 deletions

2
NEWS
View File

@@ -4,6 +4,8 @@ ver 0.22.9 (not yet released)
* decoder
- ffmpeg: support the tags "sort_album", "album-sort", "artist-sort"
- ffmpeg: fix build failure with FFmpeg 3.4
* Android
- fix auto-start on boot in Android 8 or later
* Windows
- fix build failure with SQLite