Is there a way to check that the service is not already running before starting it?
If it could be in the onCreate() of the service it will be even better,
Thank you!
fix it with a boolean/flag in the service. (A service can only be started once)