nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

Detecting whether Glassware was launched via voice command or the touch menu #426

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We would like to have different behaviors when a glassware is launched via "OK 
Glass" voice command vs touch menu. 
Specifically we are trying to prompt voice recognition if the glassware is 
launched via "OK Glass" voice command, otherwise go direct to the glassware if 
it is launched from the touch menu. 

Original issue reported on code.google.com by mcanzi...@gmail.com on 28 Feb 2014 at 3:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Issue 459 has been merged into this issue.

Original comment by mimm...@google.com on 8 Apr 2014 at 5:27

GoogleCodeExporter commented 8 years ago
Issue 446 has been merged into this issue.

Original comment by mimm...@google.com on 8 Apr 2014 at 5:27

GoogleCodeExporter commented 8 years ago
My Use case:
Data in my app can be entered by either accepting voice input (via the 
recognizer intent) or by browsing and selecting stuff. If the user has entered 
the app via touch, it would probably mean he/she prefers to browse (and not 
talk) and can be sent directly to the browsing experience.

Original comment by tej...@gmail.com on 8 Apr 2014 at 5:33

GoogleCodeExporter commented 8 years ago
Use case: To keep from surprising the user, provide an indication about how a 
Glassware application was launched (e.g. via voice, touch, or other). The 
launched application could then be sensitive to "preferred" user interaction 
style.

Original comment by joseph.a...@gmail.com on 8 Apr 2014 at 5:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Use case: In my app I would like to have two ways of selecting the data do be 
displayed: Using voice input or browsing the touchpad. So, if the user uses 
voice input, the app would launch the final activity, otherwise the user would 
have to go through a couple of screens to select the data to be displayed. 
Similarly to what happens with "Play a game with...".

Original comment by WLor...@gmail.com on 6 May 2014 at 7:52