When you use media player
to play music, the media player does not directly play the music, but requests the playback engine of the android system to play the music.
When you no longer use the playback engine of the android system, you should call the release()
method of the media player
to release system resources.
CLICK HERE to find out more related problems solutions.