Question

How to customize voice prompt for google glass app? When glassware launches, using voice prompt microphone icon and single string (customizable) is displayed. Is there a way to customize microphone icon and string appearance? For example add additional smaller text to prompt explanation?

<?xml version="1.0" encoding="utf-8"?>
  <trigger keyword="@string/glass_voice_trigger">
     <input prompt="@string/glass_voice_prompt" />
  </trigger>
Was it helpful?

Solution

This is not possible with the current API: feel free to file a feature request on our issues tracker.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top