0
I created an automation application that uses voice recognition.
I tested on another phone and it doesn’t work without internet active, know that this error is related to Android version.
Is there any alternative to circumvent it? I thought of a EditText
and when to direct the focus would enable the voice key (the keyboard, because it works offline), but I do not know if it is possible to disable the keyboard and go directly to the voice automatically.
I didn’t get it right. Type.. you want an offline voice recognition that is activated when the user clicks on a
EditText
?– Tairone Dias
Not at all, mate! for my application that uses commands by voice has that connected to internert (to use the google server) however I did not want it , wanted offline think version above 4.1 android it does not give that option , I would like to circumvent this and I gave an example using the microphone that appears on the virtual keyboard of android has this option way off.. Got it now ?
– Claudio Ramos
got it... I went to see an example I did here in an app of mine that is in Google Play, and before it worked normal offline, now with android Lollipop stopped... rsrsrs. The only example I have is the traditional one that uses Google’s services. I remember that before it worked without internet, because I did tests, but now it seems that not. Even so it warns me that I put the example here.
– Tairone Dias
If I discover any alternative I will post the source!! but thanks for the attention.
– Claudio Ramos
@Tarione Dias You have found a solution?
– Developer