Пример #1
0
 public static PendingIntent refreshAlarmOnQuarterHour(
     Context context, PendingIntent quarterlyIntent) {
   cancelAlarmOnQuarterHour(context, quarterlyIntent);
   return startAlarmOnQuarterHour(context);
 }