Extend local notification framework

This commit is contained in:
Tim Gunn 2020-05-10 21:22:42 +12:00
parent e8062e1209
commit 26f487a697
No known key found for this signature in database
GPG key ID: C9BC1E9D0D0AED8C

View file

@ -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;