From 1023a9a7cd70893f829c17b457e7fd3eaa1abe00 Mon Sep 17 00:00:00 2001 From: tzugen <67737443+tzugen@users.noreply.github.com> Date: Tue, 4 May 2021 12:37:12 +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 212e153..a807de3 100644 --- a/Playback-states-&-service-states.md +++ b/Playback-states-&-service-states.md @@ -6,7 +6,7 @@ -| Condition | Playback State | Service running | Service has notification | Service as Foreground | stopForeground() | registerMediaButtonReceiver | +| Condition | Playback State | Service running | Service has notification | Service as Foreground | stop Foreground() | register MediaButtonReceiver | |----------------------------------|----------------|-----------------|--------------------------|-----------------------|--------------------------------------------|--------------------------------------| | App starts, no resumable track | STOPPED | ? | ✗ | ✗ | ✗ | Only possible if service is running. | | App starts, with resumable track | PAUSED | ✓ | ✓ | ? | ✗ | ✓ |