android - Hotword detection disabled with accessibly service -


i've created accessibly service saving every toast message, hotword detection in google disabled, if activate service. logcat shows:

w/hotwordstate﹕ suspended: 11001001000000 

and on google can see different mic-icon.

hotword detection enabled/disabled

what cause behavior?

edit: source code on github now: https://github.com/mars3142/toaster

to prevent false positives, hotword detection disabled when spoken feedback service enabled. have defined service providing possible types of feedback, includes spoken.

android:accessibilityfeedbacktype="feedbackallmask" 

you should change reflect type of feedback service provides. example:

android:accessibilityfeedbacktype="feedbackgeneric" 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -