send the reminder title and text to ReminderActivity via extras

This commit is contained in:
tibbi
2018-03-14 13:50:51 +01:00
parent 472fc90d22
commit f1fe2cf1fa
4 changed files with 32 additions and 3 deletions

View File

@ -22,6 +22,8 @@ const val DEFAULT_ALARM_MINUTES = 480
const val DAY_MINUTES = 1440
const val DEFAULT_MAX_ALARM_REMINDER_SECS = 300
const val DEFAULT_MAX_TIMER_REMINDER_SECS = 60
const val REMINDER_TITLE = "reminder_title"
const val REMINDER_TEXT = "reminder_text"
const val OPEN_ALARMS_TAB_INTENT_ID = 9996
const val UPDATE_WIDGET_INTENT_ID = 9997