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

Commit bdeac8e7 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

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
parent 445abca3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */);
    }

    /**