I\'m trying to figure how apps like Shazam, for example, are able to launch spotify to play a specific song. Another question on SO suggested an intent like String spo
String spo
Ok, well apparently you need to use a stick a SearchManager.Query as an extra. This post sort of points to that.
SearchManager.Query
So, it's intent.putExtra(SearchManager.QUERY, "michael jackson smooth criminal");
intent.putExtra(SearchManager.QUERY, "michael jackson smooth criminal");