OSDN Git Service

Use main thread for RemoteConnection callbacks
authorSailesh Nepal <sail@google.com>
Fri, 18 Jul 2014 21:21:23 +0000 (14:21 -0700)
committerSailesh Nepal <sail@google.com>
Fri, 18 Jul 2014 21:21:23 +0000 (14:21 -0700)
commit480315939d4a321992e0288d19797f30e4561e62
tree498316608bdf7059b6a2337e25811e640a38ee0a
parentba051aa6f8b32fd6527fc88d8848cd651b1e83ae
Use main thread for RemoteConnection callbacks

Currently call backs from RemoteConnection can happen
on non-main threads. This CL updates the code to always
use the main thread.

Change-Id: I134c0fbdba1f916f49676c0c6696ac63bcb7c513
telecomm/java/android/telecomm/RemoteConnectionService.java