android进程等级
1、前台进程
2、可视进程
3、服务进程
4、后台进程
5、空进程
让应用退出方式
finish();让应用成为空进程
Process.killProcess();杀进程
system.exit(0); 杀进程