- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我面临一个奇怪的问题,
我的应用程序可以在有或没有摄像头的设备上完美运行;如果您没有相机,则只有少数功能不可用。
将我的应用程序上传到 Play 商店后,Play 商店排除了一些没有相机的设备,这些设备实际上可以正常工作!
通过使用此权限:
<uses-permission android:name="android.permission.CAMERA"/>
最佳答案
来自 docs :
In some cases, the permissions that you request through can affect how your application is filtered by Google Play.
If you request a hardware-related permission — CAMERA, for example — Google Play assumes that your application requires the underlying hardware feature and filters the application from devices that do not offer it.
To control filtering, always explicitly declare hardware features in elements, rather than relying on Google Play to "discover" the requirements in elements. Then, if you want to disable filtering for a particular feature, you can add a android:required="false" attribute to the declaration.
<uses-feature android:name="android.hardware.camera" android:required="false"/>
关于android - 使应用程序普遍兼容带和不带摄像头的设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21390199/
关闭。这个问题需要更多focused .它目前不接受答案。 想改善这个问题吗?更新问题,使其仅关注一个问题 editing this post . 6年前关闭。 Improve this questi
我是一名优秀的程序员,十分优秀!