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" />