From 10c35bb2cea6c7ad6c4c5a236e2f24a266d7fc06 Mon Sep 17 00:00:00 2001 From: tzugen <67737443+tzugen@users.noreply.github.com> Date: Tue, 4 May 2021 12:32:06 +0200 Subject: [PATCH] Updated Playback states & service states (markdown) --- Playback-states-&-service-states.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Playback-states-&-service-states.md b/Playback-states-&-service-states.md index b84373d..80628b6 100644 --- a/Playback-states-&-service-states.md +++ b/Playback-states-&-service-states.md @@ -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.
If detached, the notification will stay, even when the service has been de-foregrounded + +