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 | ✓ | ✓ | ? | ✗ | ✓ |