引用:http://www.eoeandroid.com/thread-120983-1-1.html
http://www.eoeandroid.com/thread-169411-1-1.html
防止杀死2:http://blog.sina.com.cn/s/blog_3e3fcadd0100yjo2.html
KILL问题:
1. settings 中stop service
onDestroy方法中,调用startService进行Service的重启。
2.settings中force stop 应用
捕捉系统进行广播(action为android.intent.action.PACKAGE_RESTARTED)
3. 借助第三方应用kill掉running task
提升service的优先级