Hi All,
I have an App that do a StartService to Intercept sms
My question is: if I apply ExitApplication on my Main App, will also close that Service? (I want the service always on)
Thanks
Thanks Erel,
Now,
Is there a way to check if the service is off? So, I'll call StartService if needed
What happens if I StartService many times? (on Main)
Does the service starts many times? or, just don't start it because is already started