Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Intent intent = new Intent(ActivityWithFlag.this, MainActivity.class);
  2. intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
  3. startActivity(intent);