On Tue, Sep 14, 2010 at 1:17 PM, Bret Foreman <[email protected]> wrote: > But the Service class has no setResult method. How would it provide > the data to onActivityResult?
By using the pending result object, obtained from createPendingResult(), supplied to the Service via an Intent extra, as demonstrated in the sample code that I linked to. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy -- 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

