Change default face sensorId to 4

Fixes: 174816040
Test: atest CtsBiometricsTestCases
Change-Id: Ib3139dd10752f488ac9da220e8ab5d9104279d0f
This commit is contained in:
Kevin Chyn
2020-12-11 15:45:54 -08:00
parent 1ef474f382
commit 4e7c016758

View File

@@ -19,7 +19,7 @@
namespace aidl::android::hardware::biometrics::face {
const int kSensorId = 0;
const int kSensorId = 4;
const common::SensorStrength kSensorStrength = common::SensorStrength::STRONG;
const int kMaxEnrollmentsPerUser = 5;
const FaceSensorType kSensorType = FaceSensorType::RGB;