vokilam Posted July 26, 2011 Share Posted July 26, 2011 Hi! I'm developing an android application which updates online status based on currently playing song on android. I'd like to support your Poweramp app in my application. Does your app broadcast events similar to com.android.music.playstatechanged, com.android.music.playbackcomplete, com.android.music.metachanged? Could you share these events with me? Link to comment Share on other sites More sharing options...
admin Posted August 3, 2011 Share Posted August 3, 2011 Hi, yes it does. For details, refer to PowerAMP API section on this forum.Thanks! Link to comment Share on other sites More sharing options...
vokilam Posted August 31, 2011 Author Share Posted August 31, 2011 can you refer me to a section i need?i've found this action:received intent has [ts, track] extra keys. Other players provide [id, track, artist, album] keys.how can i handle playstatechanged event? Link to comment Share on other sites More sharing options...
admin Posted September 10, 2011 Share Posted September 10, 2011 Track is a Bundle, i.e. basically a hash map, as described in PowerAMPiAPI.Track. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.