I'm creating an Immersion with real-time content, and to avoid confusing the user, I'd like to pause and resume updating its UI while the user is interacting with the voice menu. The problem is that onPanelOpen()
is called when the Activity is displayed, and onPanelClosed()
is called when the Activity finishes.
Here are the questions:
- How do I detect when the user says "ok glass"?
- How do I detect when the user dismisses the contextual voice commands without selecting a menu item or dismissing the Activity? (ex. by swiping down after saying "ok glass")