On Thu, Jun 30, 2011 at 9:49 AM, Kostya Vasilyev <[email protected]> wrote: > The binder object returned by onBind is reused, and so it's only called > once.
Even if the Intents are different (e.g., different action strings)? If so, that would invalidate some advice that I have been providing to people, specifically using different action strings to identify different API levels, so you return the right Binder for each of your API versions. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.9 Available! -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

