From 4e7c0167589437d3035b53e93287b8ea76325f18 Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Fri, 11 Dec 2020 15:45:54 -0800 Subject: [PATCH] Change default face sensorId to 4 Fixes: 174816040 Test: atest CtsBiometricsTestCases Change-Id: Ib3139dd10752f488ac9da220e8ab5d9104279d0f --- biometrics/face/aidl/default/Face.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biometrics/face/aidl/default/Face.cpp b/biometrics/face/aidl/default/Face.cpp index d3883d64c9..773359e89c 100644 --- a/biometrics/face/aidl/default/Face.cpp +++ b/biometrics/face/aidl/default/Face.cpp @@ -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;