Glassware 安装成功,但如何在设备上激活它?

Glassware installing Success, but how to activate it on the device?

我能够成功地将玻璃器皿应用程序安装到我的设备上。但是,我无法从玻璃本身中找到 运行 它的位置。

我查看了主菜单并试图查看它是否位于 "glass launcher" 中。我在这两个菜单中都找不到它。

我如何获得这个 "installed" 玻璃器皿?

如果这是你自己开发的应用,那么在清单中检查你是否添加了

<intent-filter>
   <action android:name="com.google.android.glass.action.VOICE_TRIGGER" />
</intent-filter>
<meta-data
   android:name="com.google.android.glass.VoiceTrigger"
   android:resource="@xml/voice_trigger_start" />

在您的启动器下 activity。

您的 res/xml 文件夹将包含一个文件 voice_trigger_start.xml,其中将包含此

<constraints
    network="true" />