How is it possible to know what's spotify is playing from an external Android app?
I just found out this settings option in Spotify for Android settings screen: "Device broadcast status - allow other apps on your device to see what you are listening to" I guess that means any other app can access what's being played via Spotify. How can this be implemented? Is there any documentation around? Thanks iamgeef Spotify has the following intent-actions: metadatachanged, playbackstatechanged, and queuechanged. queuechanged contains no extra data. playbackstatechanged has a boolean value for "playing", and a value for playbackPosition. metadatachanged contains artist, album, track,