Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 413f4d04 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Change default face sensorId to 4"

parents afab1452 4e7c0167
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;