changyiqiang

 

 

步骤:先关闭自己,在跳转

case R.id.btn_copy:// 复制
Toast.makeText(mContext, "正在复制", Toast.LENGTH_SHORT).show();
finish();
Intent copyintent=new Intent(mContext, FarmingPlanAddActivity.class);
copyintent.putExtra("planaddedit", "plancopy");
copyintent.putExtra("planId", planId);
startActivity(copyintent);
Log.i("44444444444", "rrrrrrrrrr");
break;

分类:

技术点:

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-02-16
  • 2022-12-23
相关资源
相似解决方案