Extend local notification framework
This commit is contained in:
parent
e8062e1209
commit
26f487a697
|
@ -70,6 +70,10 @@ public class Notification {
|
|||
public static final int OMNIPOD_PUMP_ALARM = 57;
|
||||
public static final int TIME_OR_TIMEZONE_CHANGE = 58;
|
||||
public static final int OMNIPOD_POD_NOT_ATTACHED = 59;
|
||||
public static final int CARBS_REQUIRED = 60;
|
||||
public static final int IMPORTANCE_HIGH = 2;
|
||||
|
||||
public static final String CATEGORY_ALARM = "alarm";
|
||||
|
||||
public static final int USERMESSAGE = 1000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue