Andorid 不同机型打开前置摄像头问题

211 阅读1分钟
只有小米手机可以实现前置摄像头,华为鸿蒙系统不可以,其他机型暂时不清楚
val intent = Intent(MediaStore.ACTION_IMAGE_CAPTURE)
intent.putExtra("android.intent.extras.CAMERA_FACING", 1)
intent.putExtra(MediaStore.EXTRA_OUTPUT, tempPhotoUri)