Hi all
I have an application that has a service tied to a specific task so that it starts on startup.
How can I stop the service completely? Note that:
stops the service temporarily, but it returns to work when the device is rebooted?
Thanks in advance
I have an application that has a service tied to a specific task so that it starts on startup.
B4X:
#StartAtBoot: true
B4X:
StopService("tahServ")
Thanks in advance