From 9069abbb050d0b8eb9352b239ed4cb20ba97b713 Mon Sep 17 00:00:00 2001 From: tzugen <67737443+tzugen@users.noreply.github.com> Date: Tue, 4 May 2021 12:34:33 +0200 Subject: [PATCH] Updated Playback states & service states (markdown) --- Playback-states-&-service-states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playback-states-&-service-states.md b/Playback-states-&-service-states.md index 80628b6..711a712 100644 --- a/Playback-states-&-service-states.md +++ b/Playback-states-&-service-states.md @@ -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.
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