I have created a android service. I start the service and stop the service using startService(intent) and stopService(intent).
My problem is that even i stop the service; it starts again without any explicit call to startService.
Any help appreciated