Intent intent = new Intent(); intent.setComponent(new ComponentName("SomePackage", "SomeService")); startService(intent);