摘要:
记录点滴:Intent intent = new Intent(); intent.setAction(intent.ACTION_MAIN); intent.addCategory(intent.CATEGORY_HOME); intent.setFlags(intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent); 阅读全文
posted @ 2013-01-08 14:54
Liu Siyuan
阅读(189)
评论(0)
推荐(0)