I have an AIDL service that is intended to be used by both out-of-
process remote users and in-process local users. As a result, my
common interface methods will either be invoked on the UI thread or in
a binder background thread.  The logic between the two is not the
same. How do I distinguish between these two cases?

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