12

I have implemented biometric authentication in my application with biometric level BIOMETRIC_STRONG (Class 3). The fingerprint authentication is working as expected but I couldn't able to test the face authentication on any of my devices (Samsung Galaxy S10, Oppo A3S, etc.). I think the face authentication in those devices is not falling under Class 3.

Are there any Android devices with BIOMETRIC_STRONG (Class 3) face authentication? It would be helpful if someone can provide a list.

Suneesh Ambatt
  • 1,347
  • 1
  • 11
  • 41

1 Answers1

11

Pixel 4 is currently the only device with face authentication that qualifies as BIOMETRIC_STRONG (Class 3).

Face authentication was not added to pixel 5, and looks like there are no plans to add it back with Pixel 6 either.

This is true as of 5th October 2021, but there might be more devices that support in the future.

Source: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:biometric/biometric/src/main/res/values/devices.xml

Saikat
  • 14,222
  • 20
  • 104
  • 125
Torkel Velure
  • 1,217
  • 10
  • 17