futo-org / voice-input

Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/voiceinput
Other
94 stars 0 forks source link

FUTO Voice Input not available as a default #75

Closed IgorEisberg closed 3 months ago

IgorEisberg commented 3 months ago

Hey guys, seems like there's a misconfiguration in AndroidManifest.xml in FUTO Voice Input app. The app is not listed as an option for a default Voice Input handler. Using Xiaomi 12 HyperOS 1.0.

Screenshot_2024-07-06-14-57-44-998_com android settings

IgorEisberg commented 3 months ago

Looks like your "android.speech.RecognitionService" service points to a "DummyService" with the category set to "android.intent.category.TEST" instead of "android.intent.category.DEFAULT". No wonder it's not listed. :o

abb128 commented 3 months ago

Duplicate of #32

In short, most apps don't use the recognition service and instead use the intent since it's simpler to work with. So the recognition service isn't implemented in FUTO Voice Input.

The dummy service with TEST category is there just so that the app matches query filters from some other keyboard apps. It was purposefully made so it wouldn't show up in the picker, since the interface is left unimplemented