Intent bgmusic=new Intent(context, SFMusic.class);
context.stopService(bgmusic);
musicThread.stop();
何时通过stop()
方法停止线程(musicThread),Unsupported Operation Exception
就会出现。
线程将继续。 (线程正在播放免费音乐)。
E/MediaPlayer﹕ Should have subtitle controller already set is shown.
请帮帮我 ............