className=包名+Class名称

     Intent intent = new Intent();
            intent.setClass(mContext, Class.forName(className));  
            startActivity(intent);

相关文章:

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