问题
I want help in detecting if there is a music play in background on the phone or not because I play more than one music sequentially in my app but they are intersection thank you
回答1:
I think what you are looking for is
AudioManager.isMusicActive()
You can find more detailed info about AudioManager here
来源:https://stackoverflow.com/questions/30953931/how-to-detect-that-music-play-in-background