6 votes
Properly manage the background service
When debugging my own app I noticed that the StreamFurious service doesn't shut itself down when idle (the built-in MediaPlaybackService has the same bug). This leads to wasteful use of RAM and battery thrashing.
Check that you have some kind of idle timeout that is kicked off in onCreate() not ... more
Status:
completed
Fixed in v0.0.8 - Shuts down after 60 seconds of inactivity (or quit)
