Widgets don't run in home, the only code associated with them runs in your own process. (And they really don't "run" much at all, what you are providing is a static view hierarchy of standard view components that are added to home's window. No code at all of yours runs there.)
On Wed, Sep 30, 2009 at 4:04 PM, sdphil <[email protected]> wrote: > > i have an app that binds to a local service. I want to add a desktop > widget that binds to the same service. does my service have to be a > remote service or can it still be local? > > if it can still be local, how can I get at the local binder? > > tia. > > > -- Dianne Hackborn Android framework engineer [email protected] 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 [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 -~----------~----~----~----~------~----~------~--~---

