Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android App Integrated with OK Google

Tags:

Is there a way to issue a voice command something like:

OK GOOGLE ASK XXX Some App Specific Question or Command

And have it launch "APP" with the recognized text: "Some App Specific Question or Command"

My app has speech recognition as a service ... but when using my APP I can't ask questions that OK Google can handle ...

like image 636
r.t.s. Avatar asked Jun 07 '15 02:06

r.t.s.


People also ask

Which app is used for OK Google?

If you use the Google app on more than one device, turn on "Hey Google" on each device. Check that you have the latest version of the Google app. Get it on the Play Store. Check that you have the latest Android version available for your phone.

Can Google Assistant work with other apps?

Google announced that opening and searching within Android apps with Google Assistant is now available to all Assistant-enabled Android phones. Google Assistant is getting an upgrade that lets you do a lot more within other Android apps.

How do I get Google Assistant to open an app?

To ask Assistant to open an app for you, say "Hey Google" followed by "open YouTube", "Open Calendar", or "Open Wi-Fi Settings", etc.


1 Answers

Through the Voice Actions API, your app can register for system actions, one of which is 'search' (so you could do 'search for Some Question or command on APP').

In the past, some developers were able to submit a custom voice action request. Upon approval, users could do a specific action with your app via voice. This is no longer an option.

like image 150
ianhanniballake Avatar answered Oct 07 '22 13:10

ianhanniballake