lizhilin2016

打开系统相册:打开相册部分机型黑屏【小米9,系统10】

 //打开系统相册浏览照片
 val intent = Intent()
 intent.action = Intent.ACTION_MAIN
 intent.addCategory(Intent.CATEGORY_APP_GALLERY)
 context.startActivity(intent)

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案