You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the device is restarted or powered on, an alarm that has not been set by the user rings.
This ringing occurs even when there are 0 active alarms on the app.
It seems to happen due to AlarmReceiver.kt being triggered - after boot is complete - by the BroadcastReceiver in the AndroidManifext.xml file.
Further testing needed to verify this behaviour on devices that do not support direct boot.