Hi,

What i want to do is use the RecognizerIntent with
RecognizerIntent .LANGUAGE_MODEL_FREE_FORM from a home widget.

Problem is that I don't know how to start the RecognizerIntent so that
it returns the recognized text back to the widget.

In an activity it works by calling startActivityForResult(intent,
aKey) and then you get a callback to the onActivityResult(int
requestCode, int resultCode, Intent data).

Is there something similar I can use for my widget?

Thanks

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

Reply via email to