The Service creates a
status
bar notification
but does not do much of anything else.
It does not create a separate process or thread.
See
Application
Components:
Services
and
Bound
Services.
Class
Service
.
ServiceActivity.java
LocalService.java
R.java
main.xml
AndroidManifest.xml
declares the service
startService
calls
onStartCommand
,
stopService
calls
onDestroy
.