Skip to content
Advertisement

How to activate an android app with voice

I am trying to program an assistant like Siri Alexa etc. I want to activate the app while I say “ok Toby” or something like that. I am using Java Android. How do I do this?

Advertisement

Answer

Check their Developers website and figure out how to create custom commands for your android application. And since its android Google provides a pretty good information about its assistant and custom calls. You might want to check this:

Google Assistant Developers Website

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement