Service

1.Context has a startService() member function.
2.Request that a given application service be started
3.public abstract ComponentName startService(Intent service);
4.ApiDemos, NotifyingController.java uses it to start a service to show the icon to status bar.

留言