// Start up the service. Note that if the service is taking too long
// to complete -- longer than our alarm's repeat rate -- then this will
// just leave the current service running, skipping this alarm. For
// most situations this is probably a reasonable thing to do.
context.startService(new Intent(context, AlarmService_Service.class),
null);