I'm developing my first android app, and I am wondering if there is a way that I can tell if the stock android music player is running.
I am thinking there has to be a type of isRunning() boolean for it or something..
thanks
|
I'm developing my first android app, and I am wondering if there is a way that I can tell if the stock android music player is running. I am thinking there has to be a type of isRunning() boolean for it or something.. thanks
| ||||
|
feedback
|
|
AudioManager.isMusicActive()? | |||||||
feedback
|