问题
I'll like to stopping all media player in my android device programmatically. Someone can help me.
回答1:
You should use Service
to play MediaPlayer
and control from anywhere in application.
I used this tutorial and I succeeded.
https://thenewcircle.com/s/post/60/servicesdemo_using_android_services
来源:https://stackoverflow.com/questions/21239419/stop-all-media-player-rinning-in-my-android-device