Updated Playback states & service states (markdown)

tzugen 2021-05-04 12:32:06 +02:00
parent 50658a9468
commit 10c35bb2ce
1 changed files with 5 additions and 4 deletions

@ -1,7 +1,8 @@
**Service running**: Service is running, but startForeground was not called.
**Service as Foreground**: Service is running, startForeground was called, Notification is shown
**stopForeground**: If we exit foreground, we can specify a flag, whether to remove, or to detach the notification.
If detached, the notification will stay, even when the service has been de-foregrounded
* **Service running**: Service is running, but startForeground was not called.
* **Service as Foreground**: Service is running, startForeground was called, Notification is shown
* **stopForeground**: If we exit foreground, we can specify a flag, whether to remove, or to detach the notification. <br>If detached, the notification will stay, even when the service has been de-foregrounded