for a project at work, I'm trying to get the status (working or defective) of a fingerprint sensor on android devices to see if it works properly.
I'm using the "isHardwareDetected" function in this android 6.0 API (APK 23).
Does anyone knows how the operating system gets this information about the fingerprint sensor propriety without involving the user?
i have a cell phone (Note 4) with working fingerprint sensor that gets false from isHardwareDetected and i cant explain why.
thanks, Maor.