mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Change default face sensorId to 4
Fixes: 174816040 Test: atest CtsBiometricsTestCases Change-Id: Ib3139dd10752f488ac9da220e8ab5d9104279d0f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user