OSDN Git Service

Explicitly mention again that startCommand() runs on the main thread.
authorBrad Fitzpatrick <bradfitz@android.com>
Tue, 27 Jul 2010 21:37:02 +0000 (14:37 -0700)
committerBrad Fitzpatrick <bradfitz@android.com>
Tue, 27 Jul 2010 21:57:08 +0000 (14:57 -0700)
commit0166c3530535355e7813f54c4e403a21db94a9d2
tree98b0550bd2be366aa013871fd9b8497c1865e087
parent7bcad8a315f12bd6251a998781efac7b11c2ca84
Explicitly mention again that startCommand() runs on the main thread.

This is already mentioned at the top of Service.java's javadoc, but
I'm seeing people get confused (myself included the other day) after
getting used to incoming service stub binder calls being on their own
threads and forgetting that startCommand() didn't work that way.

Change-Id: Ib79f48d9368ac0ba2d37b7e4dc98d53804bcd59e
core/java/android/app/Service.java