I'm currenly doing this when i clicked a button
Intent service = new Intent(this, LocationCheckingService.class);
startService(service);
if i where to click this button multiple times does it result in multiple thread being invoked? possible to prevent multiple service? cause i would only require one service