tags:

views:

34

answers:

0

If I have a Binder object representing a Remote Interface (to an Android service or a callback interface to a remote client), would I need explicit synchronization when sending IPC via this object from multiple threads, or is that taken care of by the underlying Android component?