I want to support multiple applications communicating with my service
through aidl, but I will need to add IPC functions in the future while
still supporting the old applications.  Adding a new function to the
service aidl, but not updating the application, causes the wrong
remote function to be called - and I get no indication of an error.

I can add a version check, so that new applications will know not to
use functions which don't exist, but is there an approach to keep
using the same aidl with new functions added on the service side?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to