I went back to my code and posted the info to my blog. You can check it at:http://morewally.com/cs/blogs/wallym/archive/2011/07/28/start-an-application-on-boot-with-mono-for-android-android-monodroid.aspx Thanks to Jon Pryor for helping me out with this back in the winter. WallyDate: Thu, 28 Jul 2011 10:31:07 -0500 From: ja...@awbrey.net To: monodroid@lists.ximian.com Subject: Re: [mono-android] Auto start
"If I Remember Correctly" On Thu, Jul 28, 2011 at 10:30 AM, Tim Kelly <tim.ke...@designerware.com> wrote: What is iirc???? -----Original Message----- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Tuesday, July 26, 2011 11:04 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Auto start 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 _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid