Hey there,
I hope you can help me with that one as I can't get it to work.
I want to use some voiceInput to get items from my Repository.
Using Speech in my MainActivity appears to work fine.
However I want to use VoiceInput from within an Widget.
I have this Widget, where I want to start a VoiceActivation.
My Two Problems are that I can't get the Dialog to show, as well as having no OnActivityResult in an AppWidgetActivity
I already tried wrapping it into two intents, but that won't work either ( debugging told me to use the NEW_TASK-Flag which doesn't really help ).
Any Idea??