Wich intent filter should I use in a broadcast receiver when I want that a service is running every 5 minutes, without the need of a reboot. I hope you can understand?
Thanks
|
Wich intent filter should I use in a broadcast receiver when I want that a service is running every 5 minutes, without the need of a reboot. I hope you can understand? Thanks |
|||||||||
|
|
An example of using AlarmManager set alarm
and some receiver which will receive an Intent
and don't forget to register receiver in
read docs for methods explanation, I have worked with it long time ago. |
|||||||
|