Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Using Fingerprint scanners

W.Elsinga edited this page Dec 9, 2015 · 10 revisions

#Android Fingerprint API With the introduction of M (Marshmallow preview version), Android has native support for fingerprint scanners and provide developers API's to include this feature in there apps. Because the requirements applied to adopt this feature is extensive some (Samsung and PlusOne) OEMs already built there own solution into their devices. But when Marshmallow became a final version, all OEMs promised to adopt this feature in the future.

#Secure The Android Fingerprint API protects user privacy by keeping users’ fingerprint features carefully contained within secure hardware known as a Trusted Execution Environment (TEE) on the device. This guards against malicious actors, ensuring that users can safely use their fingerprint, even in untrusted applications.

#Devices Devices that support Android Fingerprint API are currently (09-12-2015):

  1. Nexus 5X
  2. Nexus 6P.
Clone this wiki locally