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

Commit 313d2ad9 authored by Kris Chen's avatar Kris Chen
Browse files

Update sensor posision for O6

Bug: 177108379
Test: Enroll fingerprint.
Change-Id: Ibce98395b33d466a3bab110685d15428377af41e
parent 5b47865f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class FingerprintSensorPropertiesInternal extends SensorPropertiesInterna
        // TODO: Value should be provided from the HAL
        this(sensorId, strength, maxEnrollmentsPerUser, sensorType,
                resetLockoutRequiresHardwareAuthToken, 540 /* sensorLocationX */,
                1636 /* sensorLocationY */, 130 /* sensorRadius */);
                1769 /* sensorLocationY */, 130 /* sensorRadius */);
    }

    protected FingerprintSensorPropertiesInternal(Parcel in) {