From d5fe3abc5fcdbe97d6532c8df4142b380e8059df Mon Sep 17 00:00:00 2001 From: Adam Howard Date: Tue, 24 Nov 2015 00:33:32 +0000 Subject: [PATCH] added mini roadmap during implementation of background play --- Background-Playback-Mini-Roadmap.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Background-Playback-Mini-Roadmap.md 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