Merge "Change default face sensorId to 4"

This commit is contained in:
Kevin Chyn
2020-12-16 04:51:42 +00:00
committed by Android (Google) Code Review

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;