标签: android google-play android-manifest android-fingerprint-api uses-feature
我的应用程序只应安装在带有指纹传感器的设备上。 (棉花糖+)。在AndroidManifest中,我有以下代码:
<uses-feature android:name="android.hardware.fingerprint" android:required="true" />
但是,Google Play上的某些设备标记为&#34;不兼容&#34;,但在手动安装APK时可以正常工作。为什么这不起作用呢?