Intent intent = new Intent(mContext, MyActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.StartActivity(intent);