On Apr 1, 3:35 pm, trickybit <[EMAIL PROTECTED]> wrote: > Isn't it the case that these calls are run on threads belonging to the > called process, but these are not the main thread, and they model a > synchronous call on the calling thread?
True for most of the calls on ContentProvider (content providers are just fundamentally multi-threaded); for Service this is only the case for calls to any IBinder interfaces it publishes. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

