Updated Playback states & service states (markdown)

tzugen 2021-05-04 12:34:33 +02:00
parent 10c35bb2ce
commit 9069abbb05
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
* **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
* **registerMediaButtonReceiver**: With the newer architecture this is only possible if we have a service