安卓程序如何保证低内存下依然存在

创建通知,并且把当前的activity放到前台可以保证低内存条件下当前activity依然存在

 

Notification n=new .....

startForeground(Process.myPid(),n);

 

posted on 2015-05-25 16:32  wf110  阅读(180)  评论(0编辑  收藏  举报