By using startService() method Example : Intent intentstartService = new Intent(this, example.class); startService(intentstartService);