Why is my voice command missing from the ok glass menu in XE16?

Answering my own question, since this seems to be impacting a lot of developers. Voice commands changed a bit in XE16. Unlisted voice commands, like the one specified in your configuration, now require an additional permission. Add this to your manifest: <uses-permission android:name=”com.google.android.glass.permission.DEVELOPMENT” /> When you’re ready to release your Glassware, you must use a … Read more