Services

The service element declares subclasses of Service application components. Unlike screens, services don’t show a visual user interface. They are used to implement long-running background operations.

All services must be represented by <service> elements in the URS file. Any that are not declared there will not be seen by the system and will never be run.

<service name="com.neomades.myapplication.MyService" />