Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我们可以使用onPause()event 来停止 MediaPlayer usingreset()方法。但我想知道为什么当我按下后退按钮时媒体播放器仍在播放?
onPause()
reset()
我相信您的媒体播放器正在由服务运行。所以当你按下返回键时,它只会破坏活动,而不是服务。因此,您也需要在活动的onStop方法中停止服务
您可以停止播放媒体
onBackPress() 方法...