2011年5月16日

摘要: 本意是想设置activity的单例,不知道是google的问题,还是怎么回事,并不能重新创建,不过可以通过@Overrideprotected void onNewIntent(Intent intent) {super.onNewIntent(intent);setIntent(intent);}以上代码会清空intent中的历史数据,以保证数据的干净。 阅读全文
posted @ 2011-05-16 21:24 还有什么 阅读(1301) 评论(0) 推荐(0)

导航