<service>  |  App architecture  |  Android Developers

Declares a service (a Service subclass) as one of the application&#39;s components. Unlike activities, services lack a visual user interface. They&#39;re used to implement long-running background operations or a rich communications API that can be called…