I have an app that uses an alarm an I would like for that alarm to live on even if the phone gets rebooted. I have looked at this post from April forums.xamarin.com/discussion/2895/sample-project-for-working-receive-boot-completed-and-system-alarms
Can someone tell me how the two classes relate? My assumption is that the ActionBootCompleted event would fire when the phone got rebooted. From there I would set the alarm again. Is that right?