When you get a bind in your service (your onBind) can you just take
the intent and get component associated with it?

>From Intent:
ComponentName    getComponent()
Retrieve the concrete component associated with the intent.

Or the package name, then store that?

Kris

On Thu, Dec 15, 2011 at 8:26 PM, Bsweet <[email protected]> wrote:
> I'm writing a service in my application that will allow remote
> bindings from other apps.
>
> I want to know what activities or application packages are binding to
> my service.
>
> Is it possible to determine this?
>
>
> --
> 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

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

Reply via email to