wonjsohn / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

<trigger keyword="@string/glass_voice_trigger" /> not working. #566

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<trigger keyword="@string/glass_voice_trigger" /> is not working if I don't 
specify <input prompt="@string/glass_voice_prompt" />
Getting Warning as below: 
07-09 19:02:32.928: W/AudioFlinger(125): uid 10018 tried to pass itself off as 
10010
07-09 19:02:32.936: W/ActivityManager(526): Permission Denial: Accessing 
service 
ComponentInfo{com.ravneet.greetingmaker/com.ravneet.greetingmaker.GreetingMakerS
ervice} from pid=699, uid=10010 that is not exported from uid 10034

What is the expected output? What do you see instead?
It should launch Glassware with <trigger keyword="@string/glass_voice_trigger" 
/>

What version of the product are you using? On what operating system?
XE18.3

Please provide any additional information below.

Original issue reported on code.google.com by ravneet....@gmail.com on 9 Jul 2014 at 11:18

GoogleCodeExporter commented 9 years ago
Have you entered 
    <uses-permission android:name="com.google.android.glass.permission.DEVELOPMENT"/>
in your AndroidManifest.xml? The keyword trigger works for me without any 
problem.

Original comment by rai...@gmail.com on 7 Aug 2014 at 8:00