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 + +