A service is ________ when an application component, such as an activity, starts it by calling startService(). Once started, a service can run in the background indefinitely, even if the component that started it is destroyed code example
Example: android start service
startService(new Intent(this, UpdaterServiceManager.class));