Hi Mark,

Yes as far as I know, these intent filters  are required for remote service.
ApiDemos has an example of LocalService, without intent filters, but the
RemoteService has intent filters:
http://code.google.com/android/samples/ApiDemos/AndroidManifest.html

-Megha






On Thu, May 22, 2008 at 2:55 PM, Mark Murphy <[EMAIL PROTECTED]>
wrote:

>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to