I haven't done any work with speech recognition, but:

You are using the widget receiver's context to create your intents, including the pending intent for result. The context passed into receiver's onReceive() is a restricted one, and most likely has a short lifespan.

Perhaps this is a case for calling getApplicationContext() and using that to create your intents.

-- Kostya

20.02.2011 23:42, biokys пишет:
no one had the same problem? --
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to