如何实现这一点?
Intent intent = new Intent(this,ActivityNameToLaunch.class); intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT); startActivity(intent);