is service a component that works in the background or foreground code example
Example: android start service
startService(new Intent(this, UpdaterServiceManager.class));
startService(new Intent(this, UpdaterServiceManager.class));