var main = plus.android.runtimeMainActivity();
var Intent = plus.android.importClass("android.content.Intent");
var intent = new Intent(main.getIntent());
intent.setClassName(main, "com.hk.camera.VideoActivity");
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.putExtra("data", "4413");
main.startActivity(intent);

相关文章:

  • 2021-08-12
  • 2021-06-27
  • 2021-03-28
  • 2021-07-08
  • 2022-12-23
  • 2021-07-18
  • 2022-01-03
  • 2021-06-08
猜你喜欢
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-12-28
  • 2022-12-23
相关资源
相似解决方案