Intent i = new Intent(context, MainActivity.class); i.setFlag(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(i);