Android Question Will an App be killed by the OS if it has a scheduled to start a service?

opus

Active Member
Licensed User
Longtime User
I have a question regarding the use of a Service that is scheduled every X minutes (using "StartServiceAt" inside the Service_Start Sub).
Will such an App be killed if not active by the OS although it has scheduled to start a service?

Thanks
 

JordiCP

Expert
Licensed User
Longtime User
It can be killed by the OS, or not, at any time, but will start again because it has been scheduled
 
Upvote 0

opus

Active Member
Licensed User
Longtime User
Thanks for the replies.
I'm still in the test-phase using a service. It looks runnig ok when my App is in the background. However, after I manually killed the App, it could get started again.
According your replies the reason for that must be soemthing else inside the App. Looking................
 
Upvote 0
Top