Scheduling a recurring alarm/event
Posted
by martinjd
on Stack Overflow
See other posts from Stack Overflow
or by martinjd
Published on 2010-04-26T21:35:18Z
Indexed on
2010/04/26
23:03 UTC
Read the original article
Hit count: 401
I have a class that extends Application. In the class I make a call to AlarmManager and pass in an intent. As scheduled my EventReceiver class, that extends BroadcastReceiver, processes the call in the onReceive method. How would I call the intent again from the onReceive method to schedule another event?
© Stack Overflow or respective owner