Add defaults to fix fake UDFPS
Bug: 178438459
Test: adb shell settings put secure com.android.server.biometrics.sensors.fingerprint.test_udfps.enable 1
reboot
Change-Id: I308cd691f3b5ad4647073b19d692b7502ad8b4ca
This commit is contained in:
@@ -85,8 +85,8 @@ public class FingerprintSensorPropertiesInternal extends SensorPropertiesInterna
|
||||
boolean resetLockoutRequiresHardwareAuthToken) {
|
||||
// TODO(b/179175438): Value should be provided from the HAL
|
||||
this(sensorId, strength, maxEnrollmentsPerUser, sensorType,
|
||||
resetLockoutRequiresHardwareAuthToken, 0 /* sensorLocationX */,
|
||||
0 /* sensorLocationY */, 0 /* sensorRadius */);
|
||||
resetLockoutRequiresHardwareAuthToken, 540 /* sensorLocationX */,
|
||||
1636 /* sensorLocationY */, 130 /* sensorRadius */);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user