CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 122 forks source link

Bug: An alarm - that is not set by user - rings after device is powered on (and unlocked). #548

Closed Detective-Khalifah closed 2 weeks ago

Detective-Khalifah commented 5 months ago

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:

Screenshots

https://github.com/CCExtractor/ultimate_alarm_clock/assets/58272349/aaf8ac5c-cbc3-4f85-973f-3c0670e5cfb9

AryanSarafDev commented 4 months ago

I have fixed the issue in Issue number #562 @Detective-Khalifah @MarkisDev

Detective-Khalifah commented 4 months ago

I will check it and give you feedback

Detective-Khalifah commented 4 months ago

I think the issue is resolved -- unset alarm no longer rings after boot, @AryanSarafDev.

cc: @MarkisDev