SyntaxFix
Write A Post
Hire A Developer
Questions
Every service that is bound in activity must be unbind on app close.
So try using
onPause(){ unbindService(YOUR_SERVICE); super.onPause(); }