Add ability to disable the alarm.

This commit is contained in:
Timothy Allen 2014-03-25 15:30:35 +02:00
parent 87dda47608
commit 161da4dac2
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ import android.util.Log;
import java.util.Timer;
import java.util.TimerTask;
// TODO see AlarmNotifications.java
// TODO update every minute to update time till sms is sent
public class AlarmNotify extends Service {
private final int UPDATE_INTERVAL = 15*1000; // Timer is updated four times a minute
public final int notifyID = 1;