Okey, this is my problem. I have one service class where Ive managed to create media player to play music in background all time. Here is code:
package com.t
Try to insert stopService(svc) in onDestroy() method of the activity in which service starts. It works for me.
stopService(svc)
onDestroy()