How to detect the removal fingerprint in Android?

拟墨画扇 提交于 2019-12-24 19:57:42

问题


I am currently doing research on Android fingerprint API.

As I have cloned the fingerprint sample, 'FingerprintDialog' https://github.com/googlesamples/android-FingerprintDialog

There is a mechanism for checking if new fingerprint is added to the device and ask for password instead of fingerprint once after the addition of new fingerprint.

However, I cannot find any material online about detecting the removal of fingerprint in the App. As the result, I would like to know if there is any method that I can detect the removal of fingerprint in my App.

Thank you all in advance.

来源:https://stackoverflow.com/questions/47544577/how-to-detect-the-removal-fingerprint-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!