Last Updated: February 25, 2016
·
987
· tiwiz

Launch Google Now Song recognition Intent

If you tried Google Now song recognition service, you certainly found out that the widget can actually launch the proper interface without using voice recognition in first place.

To use this feature in your own code, it's enough to create a new Intent with the string

"com.google.android.googlequicksearchbox.MUSIC_SEARCH"

in order to have this feature correctly implemented.