I am looking for a way to find the songs the user has stared in spotify. Does the Spotify app have a public content provider that i can access from my app?
Or is there a general way to find out which open content providers an app has?
I am looking for a way to find the songs the user has stared in spotify. Does the Spotify app have a public content provider that i can access from my app?
Or is there a general way to find out which open content providers an app has?
It would be possible if you embed libspotify, and access the users playlists. libspotify playlist docs. This seems a little too heavyweight for what you're looking for, though.
The Spotify app does not expose a public content provider which can be queried for this type of information. You are better off using libspotify for this in your app, as suggested.