Hi,
I'm trying to port this code[1] across to monodroid to start an application as soon as the phone boot has completed. Unfortunately, IntentReceiver and LaunchOnStartup are missing from the bindings (though Intent provides the OnReceiveIntent).
What is the monodroid equivalent of LaunchOnStartup?
Paul