Sleeping and wakeup time
This commit is contained in:
parent
aaebb7d1b8
commit
637e56912d
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ class AppUtils {
|
|||
val AGE_KEY = "age"
|
||||
val GENDER_KEY = "gender"
|
||||
val WEIGHT_KEY = "weight"
|
||||
val WORK_TIME_KRY = "worktime"
|
||||
val WORK_TIME_KEY = "worktime"
|
||||
val TOTAL_INTAKE = "totalintake"
|
||||
val NOTIFICATION_STATUS_KEY = "notificationstatus"
|
||||
val NOTIFICATION_MSG_KEY = "notificationmsg"
|
||||
val SLEEPING_TIME_KEY = "sleepingtime"
|
||||
val WAKEUP_TIME = "wakeuptime"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue