Update fingerprint AIDL for CTS
Bug: 173453845 Test: atest CtsBiometricsTestCases Change-Id: I9132d366e862b38ccb7fe72082f7a4cb9c7e160f
This commit is contained in:
parent
a27def9b35
commit
09fc704624
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue