Reputation: 105
I have looked into the MediaPlayer documentation for Android, but this seems to be primarily for playing media in a localized media player. I just want to be able to tell if music is playing in Android default Media Player.
Thanks
Upvotes: 1
Views: 3493
Reputation: 3424
AudioManager::isMusicActive() Checks whether any music is active.
http://developer.android.com/reference/android/media/AudioManager.html
Upvotes: 1
Reputation: 26563
See if that helps you: http://www.alexc.me/android-music-app-service-currently-playing-song/231/
Upvotes: 1