mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Change default IFingerprint HAL back to STRONG
This way, cuttlefish presubmit can run tests that require multiple strong sensors Bug: 163058911 Test: atest CtsBiometricsTestCases Change-Id: I8ce66d3bc9fe8ea91465a6fcd5e7e75369b1a90f
This commit is contained in:
@@ -22,7 +22,7 @@ namespace aidl::android::hardware::biometrics::fingerprint {
|
||||
namespace {
|
||||
constexpr size_t MAX_WORKER_QUEUE_SIZE = 5;
|
||||
constexpr int SENSOR_ID = 1;
|
||||
constexpr common::SensorStrength SENSOR_STRENGTH = common::SensorStrength::WEAK;
|
||||
constexpr common::SensorStrength SENSOR_STRENGTH = common::SensorStrength::STRONG;
|
||||
constexpr int MAX_ENROLLMENTS_PER_USER = 5;
|
||||
constexpr FingerprintSensorType SENSOR_TYPE = FingerprintSensorType::REAR;
|
||||
constexpr bool SUPPORTS_NAVIGATION_GESTURES = true;
|
||||
|
||||
Reference in New Issue
Block a user