Updated Playback states & service states (markdown)

tzugen 2021-05-04 12:37:12 +02:00
parent 20879f4201
commit 1023a9a7cd
1 changed files with 1 additions and 1 deletions

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