mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Change default face sensorId to 4"
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