Reputation: 1611
i want to set alarm on specific time and specific Date and get Alart on that time. for example :=
alarm set on 5:30 pm and 26/09/2012
so how to set programically alarm In android
Upvotes: 2
Views: 14833
Reputation: 2783
You will be needing a receiver to do that. Entire process can be explained in this thread
Also you can see Here and Here
Hope it is all that you want.
Upvotes: 3