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 手机使用电容式和超声波指纹扫描仪来锁定手机和应用程序。但是这些指纹数据的存储位置是在手机中还是在云中,是否可以单独提取指纹模板数据,以便我可以将其推送到我的数据库中。Android 手机可以是任何在电源按钮中具有指纹扫描仪的设备。
您不能使用手机指纹扫描仪扫描指纹的原始数据。它们存储在硬件内存中,无法提取和存储。您只能使用指纹扫描仪使用先前存储的指纹数据对用户进行身份验证。
如果您需要提取指纹数据,则必须使用外部扫描仪设备。