I am working on an android project. I need to integrate the Google Assistant with this app. The requirement is very simple. I need to start the application using google assistance and ask to add a new question.
Example: "Hey Google, start myTestApp then navigate to questions (QuestionActivity inside my application) and add a new question".
So my question, is it possible to directly interact with my android app and is it possible to perform that task?
Thanks.