CCExtractor / CCExtractor/uac_companion
Bug: Alarms fail to ring after device reboot (Missing BootReceiver)
Open
bug
- Dominant language
- Dart
- Stars
- 8
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
### Description
### Problem:
Currently, if the Wear OS device is restarted, all pending alarms scheduled via AlarmManager are wiped by the Android system. The app does not automatically reschedule them upon startup.
### Expected Behavior:
The app should implement a BootBroadcastReceiver. On boot, it should query the local SQLite/Room database for active alarms and reschedule them immediately.
### Cause:
- No BootBdroadcater registered to handle the boot intent.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.