我查看了Voice Command Checklist documentation
我使用“快捷方式”语音命令启动我的玻璃器皿。
在string.xml中我有:
<string name="takeshortcut_text">take a shortcut</string>
在AndroidManifest.xml中我有:
<activity
android:name="com.shortcut.activity.MainActivity"
android:label="@string/takeshortcut_text">
<intent-filter >
<action android:name="com.google.android.glass.action.VOICE_TRIGGER" />
</intent-filter>
当我部署到Glass并点击“OK Glass”时,我看到它显示为卡片菜单列表中的“快捷方式”。
如果我使takehortcut_text“运行一个计时器”,菜单卡显示“运行计时器”,如果我使它“开始运行”它显示“开始运行”。
我希望我的玻璃器皿有类似的行为。如何让它显示“Take Shortcut”呢?
答案 0 :(得分:2)
听起来您问的是如何让语音菜单中显示的文字与触摸菜单中显示的文字不同。这只有官方认可的语音命令支持;开发过程中使用的自定义语音命令将在两个菜单中显示相同的字符串。
如果你计划将来推出使用它们的Glassware,请继续使用我们的表格submit your voice command requests。