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.
BiometricManager 这两个进口之间的区别是什么
导入android.hardware.biometrics.BiometricManager
导入androidx.biometric.BiometricManager
AndroidX 库是用于处理向后兼容性的库。例如,如果您使用android.hardware需要FingerprintManagerCompat在 Android 9.0 (API 28) 或更早版本的设备上使用的设备。
android.hardware
FingerprintManagerCompat