代码控制返回Home界面
Intent intent = new Intent(); intent.setAction(Intent.ACTION_MAIN);intent.addCategory(Intent.CATEGORY_HOME); startActivity(intent);