Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Android 开发一个应用程序,并将其上传到 Google Play 后,在功能菜单中它显示我正在使用 android.hardware.camera.autofocus 1而在我的清单中我已经将它设置为 android:required="false" 2我的问题是,当我已经将其设置为 false 时,这怎么可能?谢谢
该android:required属性对于此设备功能没有意义。它用于其他功能,例如 AR 或 VR,如果需要,可以下载其他库。
android:required
换句话说,将此属性设置为 false 不会使您的应用与不具有此功能的设备兼容。要么设置整个设备功能标签(这是必需的),要么不设置(并且不是必需的)。