Reputation: 71
Is there any way to get the details of media files that is executed in android(default) media player?
Upvotes: 7
Views: 3071
Reputation: 29
This thread might help you to find what you are looking for: http://www.alexc.me/android-music-app-service-currently-playing-song/231/
Regards
Upvotes: 2
Reputation: 13710
You can start playing a media file on your phone with the debug bridge enabled (or just use the emulator) and check with LogCat if there is an Intent - but as far as I know the SDK does not provide a way to retrieve details for played media files
Upvotes: 0