How to detect if Native Music Player on Android is playing?

Hi, I just wondering if we could detect otherAudioIsPlaying like for iOS with Cocos2d-x?

Thanks :slight_smile:

I tried to use isMusicActive but that checks music being played anywhere including my own app as well, so I don’t think we can use isMusicActive. I wonder if somebody know how can we check if the Native Music Player is playing?

anybody?