open the app at pressing the alarm in the launcher

This commit is contained in:
tibbi
2018-03-13 18:08:48 +01:00
parent 53a373b3e9
commit 291220404e
2 changed files with 12 additions and 5 deletions

View File

@ -24,6 +24,7 @@ const val DAY_MINUTES = 1440
const val DEFAULT_MAX_ALARM_REMINDER_SECS = 300
const val DEFAULT_MAX_TIMER_REMINDER_SECS = 60
const val OPEN_ALARMS_TAB_INTENT_ID = 9996
const val UPDATE_WIDGET_INTENT_ID = 9997
const val OPEN_APP_INTENT_ID = 9998
const val TIMER_NOTIF_ID = 9999