Hi there, I would like to create an app which does not have any activity but only a service (at least at startup). But all my intent filters (<action android:name="android.intent.action.MAIN" />) which are defined within the service XML tag do not start my service.
For an activity this is working fine. Am I missing something? Do the intent-filter tags not work for a service? What can I do instead? Any ideas? Best regards, TomS -- 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

