Call RecognizerIntent from service

Posted by Tobia Loschiavo on Stack Overflow See other posts from Stack Overflow or by Tobia Loschiavo
Published on 2010-03-12T08:49:21Z Indexed on 2010/03/12 12:47 UTC
Read the original article Hit count: 218

Hi,

I am working on an Android service. I need to call RecognizerIntent from a service in order to use in the service the recognized text. I have no startActivityForResult() method in Service class so I have problem understanding how to achieve this task. Is it possible?

Many thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about service