I want to play sound in my android app. And maybe I have to use service for this. But from this question I see on home button
pressed and on screen lock onPause
method called. But in case of home button pressed I want to stop sound in case of screen lock i dont want to stop sound. So how to do this and how to use onPause
method in this case?
Please someone help me. Thanks...