Search code examples
androidaudiomedia-playerexit

Media Player streaming, when Exit app music should stop


I currently have a mediaplayer streaming some mp3 files. What I would like to do is if the User presses the home button to exit the app, the music stops playing. how would I go about doing this?


Solution

  • In your app' onPause() or onDestroy() call mediaPlayer.stop().