launchy
launchy copied to clipboard
XE16 removed Launchy and other apps from the "ok, glass" menu
and it won't re-install. bummer...
Use glass launcher. It's all fixed for XE16
On Thu, Apr 17, 2014 at 5:51 PM, Alex Nano [email protected] wrote:
and it won't re-install. bummer...
— Reply to this email directly or view it on GitHubhttps://github.com/kaze0/launchy/issues/19#issuecomment-40771576 .
From what I read all you have to do is add another permission to AndroidManifest.xml or use one of the predefined "commands" on your voice_trigger.xml
i couldn't sort which permission in manifest to add - IE, tried a few, no luck. glass launcher it is... for now.. thanks !!!
According to https://developers.google.com/glass/develop/gdk/starting-glassware#unlisted_commands
You need to add:
<uses-permission
android:name="com.google.android.glass.permission.DEVELOPMENT" />
To the AndroidManifest.xml
so you can use your custom unlisted
commands. Otherwise just use a supported command on the voice_trigger.xml
resource.
fantastic, thanks !!