I can't even follow what you are doing.  First you were talking about
broadcast receivers, now you are talking about Activity.createPendingResult.

Could we back up and start with a high-level picture of what you are trying
to accomplish?

On Wed, Nov 3, 2010 at 6:33 PM, Bret Foreman <bret.fore...@gmail.com> wrote:

> The background threads are in IntentServices and I've run into issues
> no matter what method I use. If I use createPendingResult in the
> calling Activity then I end up with a PendingIntent object, which does
> not fit into the startService method that kicks off the IntentService.
>
> Perhaps I can use a ResultReceiver, though it's hard to see just how
> the binding will work.
>
> This is a case where the Android architecture makes a big complicated
> mess out of something that is simple in other systems - Mailboxes.
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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