创建通知,并且把当前的activity放到前台可以保证低内存条件下当前activity依然存在
Notification n=new ..... startForeground(Process.myPid(),n);