how to prevent service to run again if already running android
Questions: On click of a button I want to start service using method startService(new Intent(currentActivity.this,MyService.class)) but if service is running I don’t want to call this method to ...