Android R - ACTION_IMAGE_CAPTURE 的 startActivity 显示不同的选项可供选择

Udi*_*shi 3 android android-camera-intent android-11

我的目标是我的应用程序支持 30 (R)。我注意到调用此方法时缺少某些应用程序可供选择:

baseActivity.startActivity(Intent(MediaStore.ACTION_IMAGE_CAPTURE))
Run Code Online (Sandbox Code Playgroud)

当定位到 29 时,此代码显示了在拍照前要选择的几个应用程序:

  • 原生相机应用
  • B612 相机应用

定位到30后,直接打开相机APP(无选项)。

我查看了 android 11 的更改,但没有看到任何特别之处。我身边有什么需要改变的吗?

感谢阅读/帮助