I am attempting to make alarm program. So far I have written an activity in which the user can select the time he wishes the alarm to go off. This is working fine. Now I nee
You need to register to_call_when_alarm_goes_off class in AndroidManifest.xml as receiver:
to_call_when_alarm_goes_off
AndroidManifest.xml
See details in API docs.