Mas Obex client should use Handler instead of threads.

Using threads has the following issues currently:
* Can only handle one enqueue in flight. Makes the client dependent on
  checking sanity.
* Uses interrupts to clean up which can lead to race conditions.

Change-Id: Id3b2e2199fea2347dd2b7102ec60004e996fe344
1 file changed
tree: 00467a344de1652f3fc88accef6962007ba251fb
  1. src/
  2. Android.mk