Suppose that I want to destroy and recreate a service calling from itself. What is the correct order ?
This:
Or This ?
This:
B4X:
StopService(Me)
StartService(Me)
Or This ?
B4X:
StartService(Me)
StopService(Me)