Intent intent=new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
startActivity(intent);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-01-01
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2021-10-25
  • 2021-12-28
  • 2022-12-23
  • 2022-01-01
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案