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.
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
Post a Comment