标签 capture 下的文章

用 ACTION_IMAGE_CAPTURE 拍照 加载拍摄照片 用 ActivityResultContracts 拍摄视频 常见问题及处理 本文首发地址 https://h89.cn/archives/187.html 最新更新地址 https://gitee.com/chenjim/chenjimblog 本文示例地址 https://gitee.com/chenjim/CaptureIntent 用 ACTION_IMAGE_CAPTURE 拍照 private fun startTakePhoto() { val intent = Intent(MediaStore.ACTION_IMAGE_CAPTURE) if (intent.resolveActivity(packageManager

- 阅读剩余部分 -