gpt4 book ai didi

android - 如何在 list 文件中添加后置摄像头的要求?

转载 作者:太空宇宙 更新时间:2023-11-03 11:14:32 25 4
gpt4 key购买 nike

我需要排除没有后置摄像头的设备安装该应用程序。我知道在 AndoirdManifest.xml 中我可以提到:-

<uses-feature
android:name="android.hardware.camera"
android:required="true" />

但这仍然允许没有后置摄像头的设备(但它们有前置摄像头)安装该应用。

我在 android 文档中读到我们可以提及具有前置摄像头的子功能要求

android:name="android.hardware.camera.front".

但是有没有办法让我可以根据要求提及后置摄像头。有点像

android:name="android.hardware.camera.back"

还有一种方法可以在将其发布到 Play 商店之前测试此要求是否有效。我试图在模拟器和设备上对此进行测试,但应用程序总是从 eclipse 安装,即使它们根本没有任何摄像头。

谢谢!!加根

最佳答案

But this will still allow devices with no back facing camera(but they do have front facing camera) to install the app

不符合 Google :

A single front facing camera (apps requiring the android.hardware.camera feature will not be available on Nexus 7)

因此,正确答案应该是上面的第一个代码 fragment 。

如果您有证据表明您的代码段不会阻止第一代 Nexus 7,请发布。

关于android - 如何在 list 文件中添加后置摄像头的要求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18641337/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com