I'm developing a messaging app and I want to send a message using google now. Like we can do in some steps:
- says "Ok google, send message" or "ok Google send message with (messaging app name)"
- choose contact
- write or says the message
- and send it.
- here a screen shot with hangouts
I seek and find I need to add intent-filter to make its work. I succeed to make an app that uses Google Now to set a clock or to take a note.
But I still stuck on what intents I need to put in the manifest to send message using Google Now.
I have the same question that this post : Sending messages from Google Now but he don't have any answer.
I check that: Android App Integrated with OK Google and a lot of other posts but that not give me the answer.