nightstriker wrote: > Is it possible to use just a broadcast receiver without any > activities?
Yes. You have to register it in the manifest: http://github.com/commonsguy/cwac-wakeful http://github.com/commonsguy/cw-advandroid/tree/master/SystemEvents/OnBoot/ http://github.com/commonsguy/cw-advandroid/tree/master/SystemEvents/OnWiFiChange/ None of those involve an activity, though the first one does use a service. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.3 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

