Closed
Description
Description
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.
Further read:
- https://developer.android.com/develop/background-work/background-tasks/broadcasts
- https://developer.android.com/reference/android/content/BroadcastReceiver