How to hide the popup of Androids Voice Recognition, without using RecognitionListener -


after latest 2 updates of google app, voice recognition experience in app has worsened dramatically, because microphone takes more 5 seconds stop recording after user has stopped speaking. bug has been reported google, , fixed partially in last update (if uninstall google app updates , rollback phone older google app shipped phone works fine).

i using recognitionlistener approach.

this problem not occur when launch recognizerintent voice recognition popup this:

startactivityforresult(speechintent, speechrecon_code); 

how can hide voice recognition dialog popup??


Comments