I have just begun developing for Google Glass, and I knew the GDK if fairly new so this may not be possible yet, but here\'s what I\'m trying to to:
As with the \"make a
Are you asking if you can add a voice command to Glass that will trigger your app? If so - absolutely. This is, in fact, the suggested way to start an app on the GDK.
See https://developers.google.com/glass/develop/gdk/input/voice#launching_glassware for the details, but basically you'll
res/values/strings.xml
describing the trigger and promptres/xml/.xml
that uses the string value as the keyword and sets the input prompt(As an aside, it appears that verbs are the best voice triggers to use - they flow more naturally with the "ok, glass" menu item.)