Search code examples
androidgoogle-glassvoice-recognitiongoogle-gdk

Glass GDk : Contextual voice commands without the "Ok Glass"


I have an application with a CardScrollView as activity.

Ok Glass => My App => Ok Glass => Next Page
                  Or  OK Glass => Previous Page

Would it be possible to skip the second "Ok Glass" ?

The best would be to let the Voice Command always activated but I don't know if it's possible.


Solution

  • It is currently not possible to trigger contextual voice commands without the "ok glass" cue: the main reasons are to prevent false positive and narrow down the window when the microphone is listening for commands.