Added app shortcut to start the stopwatch

This commit is contained in:
MohitMali
2022-11-16 19:07:48 +05:30
committed by MohitMaliDeveloper
parent 7e4301b81d
commit 9dc2c48df6
9 changed files with 73 additions and 2 deletions

View File

@ -13,6 +13,7 @@ const val TIMER_SOUND_URI = "timer_sound_uri"
const val TIMER_SOUND_TITLE = "timer_sound_title"
const val TIMER_CHANNEL_ID = "timer_channel_id"
const val TIMER_LABEL = "timer_label"
const val TOGGLE_STOPWATCH = "toggle_stopwatch"
const val TIMER_MAX_REMINDER_SECS = "timer_max_reminder_secs"
const val ALARM_MAX_REMINDER_SECS = "alarm_max_reminder_secs"
const val ALARM_LAST_CONFIG = "alarm_last_config"