0

Is there a simple way to add a voice trigger to close an immersion app for google glass? I'm currently learning to write code for glass and have a basic hello world app and would like to add a voice trigger to exit back to the home screen.

ab91
  • 179
  • 16

1 Answers1

1

There is no simple way, just go the standard routine. Add a voice trigger for a close option in your menu and call finish() on execution.

Ε Г И І И О
  • 11,199
  • 1
  • 48
  • 63