Intent intent = new Intent(); | Intent intent = new Intent(); | ||||
intent.setClass(YDPlateReCoverUseStep1Activity.this,YDPlateReCoverUseStep2Activity.class); | intent.setClass(YDPlateReCoverUseStep1Activity.this,YDPlateReCoverUseStep2Activity.class); | ||||
intent.putExtra("type",carType); | intent.putExtra("type",carType); | ||||
intent.putExtra("userType", getIntent().getStringExtra("userType")); | |||||
intent.putExtra("userType", userType); | |||||
startActivity(intent); | startActivity(intent); | ||||
} | } | ||||
}; | }; |