如何在Android实现后台服务

1、继承并实现IntentService
2、在Main里面start自己的Service
3、注意防杀措施