Hi,
I am using MyLocation as a basis for my project.
I want to stop and kill the service when the user stops the program.
This is what I tried:
In tracker.bas:
B4X:
Sub Service_Destroy
' Service.StopAutomaticForeground
CancelScheduledService(Me)
StopService (Me)...