> Can you do the same with a remote service using aidl? I noticed your > service declaration is not remote.
Ah, that may be the difference. In my tests, the service was just part of the same application and, by default, presumably the same process. So, you're saying that if I declare the service with android:process=":remote" and I want AIDL to be able to auto-start the service, I need an intent-filter with action elements corresponding with the AIDL-exposed interfaces? If that's true, that's good to know. Could you confirm I've interpreted your comment correctly? Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com The Busy Coder's Guide to Android Development -- coming in June 2008! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

