Sleeping and wakeup time

This commit is contained in:
z3r0c00l-2k 2019-05-19 01:04:55 +05:30
parent aaebb7d1b8
commit 637e56912d

View file

@ -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"
}
}