On Thu, Mar 6, 2014 at 3:19 PM, smoogli <[email protected]> wrote:
> I think it was already done. from what I see, it already uses what is
> explained in
> http://developer.android.com/guide/components/bound-services.html
>

Ah, you are using Messenger. IIRC, The Handler's onHandleMessage()
is not part of the Binder transaction, that's why you don't get the
remote UID/PID.
The easiest way to do this is to just switch to AIDL.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to