I'd like to create an app that searches for lyrics for the current playing song in media player. My supposition is that the media player uses a service to play mp3's, to which I should connect with AIDL (can I connect to another app's service?? If not, does the Media Player share some ContentProvider?) and query it to get the current playing song. I can't find this documented anywhere, probably because the music player's source is currently closed?
Does any one know a way of doing this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

