Hi
I have a question, how some program do when the service module is killed with the task manager to reload them self.
I tried with service foreground but when the task manager kill the process it remains killed.
Is it a limit for b4a or there is a way?
Thanks in advance.
Unfortunately task manager kill the shedulated task, so the only way to restart the service is to reboot the device, cold reboot, becouse with warm reboot sometime the service doesn't start.
No. This is how Android works. Some applications add intent filters for common intents such as time updated and others. This allows you to reschedule your service.