diff --git a/Background-Playback-Mini-Roadmap.md b/Background-Playback-Mini-Roadmap.md new file mode 100644 index 0000000..031392c --- /dev/null +++ b/Background-Playback-Mini-Roadmap.md @@ -0,0 +1,11 @@ +1. Media playback on `IntentService`'s worker thread + - wifilock/wakelock + - requires `INTERNET` permission, + - wakelock permission too +2. Material Notification-based playback controls + - running in foreground - calls `startForeground()` + - uses category `CATEGORY_TRANSPORT` (I think?) + - classed as a `LOW` priority notification in material notification design +3. Listen for changes in audio focus + +A lot of these suggestions are taken from \ No newline at end of file