On Jul 26, 2011, at 10:46 AM, Tim Kelly wrote: > Does anyone have an example of starting an application automatically? I've > built an application that has a service but I need to start it automatically > when the device starts. Can this be done using the Mono environment?
Yes, this can be done. You need to create and register a BroadcastReceiver which listens for the Intent.ActionBootCompleted broadcast. You also need to have the Android.Manifest.Permission.ReceiveBootCompleted permission. Wally has a sample on this, iirc. - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid