I need to give users a method to launch their phone's voice assistant from my app, be it Google Now or anything else.
When searching on how to do this I keep finding explanations on how to get voice input while I just want to launch Google Now in "listening" mode. This question clearly asks for the same thing but the accepted answer explains how to open voice input:
How to programmatically initiate a Google Now voice search?
I know this can't be a rare case, how can it be done?