79501898

Date: 2025-03-11 19:26:39
Score: 1
Natty:
Report link

In my case, I had forgotten to add the receiver to Manifest. Adding these lines fixed the issue:

<receiver
    android:name=".AlarmReceiver"
    android:exported="true" />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hassaan J.