mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
start a new foreground service when the stopwatch is active and the app is moved to the background
This commit is contained in:
@ -34,10 +34,12 @@ const val DEFAULT_MAX_TIMER_REMINDER_SECS = 60
|
||||
const val PICK_AUDIO_FILE_INTENT_ID = 9994
|
||||
const val REMINDER_ACTIVITY_INTENT_ID = 9995
|
||||
const val OPEN_ALARMS_TAB_INTENT_ID = 9996
|
||||
const val OPEN_STOPWATCH_TAB_INTENT_ID = 9993
|
||||
const val UPDATE_WIDGET_INTENT_ID = 9997
|
||||
const val OPEN_APP_INTENT_ID = 9998
|
||||
const val ALARM_NOTIF_ID = 9998
|
||||
const val TIMER_RUNNING_NOTIF_ID = 10000
|
||||
const val STOPWATCH_RUNNING_NOTIF_ID = 10001
|
||||
|
||||
const val OPEN_TAB = "open_tab"
|
||||
const val TAB_CLOCK = 0
|
||||
|
Reference in New Issue
Block a user