Add ability to disable the alarm.
This commit is contained in:
parent
87dda47608
commit
161da4dac2
@ -16,9 +16,6 @@ import android.util.Log;
|
|||||||
import java.util.Timer;
|
import java.util.Timer;
|
||||||
import java.util.TimerTask;
|
import java.util.TimerTask;
|
||||||
|
|
||||||
// TODO see AlarmNotifications.java
|
|
||||||
// TODO update every minute to update time till sms is sent
|
|
||||||
|
|
||||||
public class AlarmNotify extends Service {
|
public class AlarmNotify extends Service {
|
||||||
private final int UPDATE_INTERVAL = 15*1000; // Timer is updated four times a minute
|
private final int UPDATE_INTERVAL = 15*1000; // Timer is updated four times a minute
|
||||||
public final int notifyID = 1;
|
public final int notifyID = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user