Update fingerprint AIDL for CTS

Bug: 173453845
Test: atest CtsBiometricsTestCases
Change-Id: I9132d366e862b38ccb7fe72082f7a4cb9c7e160f
This commit is contained in:
Kevin Chyn 2020-11-17 19:06:53 -08:00
parent a27def9b35
commit 09fc704624

View file

@ -19,7 +19,7 @@
namespace aidl::android::hardware::biometrics::fingerprint {
const int kSensorId = 0;
const int kSensorId = 1;
const common::SensorStrength kSensorStrength = common::SensorStrength::STRONG;
const int kMaxEnrollmentsPerUser = 5;
const FingerprintSensorType kSensorType = FingerprintSensorType::REAR;