Is there any way to get a list of all the active alarms in the android device programmatically in our application programmatically.Just point me out to some links that can b
You can get the next alarm that is scheduled (docs)
getSystemService(AlarmManager::class.java).nextAlarmClock.triggerTime
Returns the time at which the alarm is going to trigger. This value is UTC wall clock time in milliseconds