https://github.com/twilio/video-quickstart-android 个节目中的示例项目
<uses-feature android:name="android.hardware.camera.autofocus" />
但 required 的默认值自动为 true
这减少了支持的设备数量,虽然不多,但我仍然希望我的应用出现,因为我并没有真正使用自动对焦
我可以使用 tools:replace="required"
轻松覆盖它,但这可以吗?