Update sensor posision for O6

Bug: 177108379
Test: Enroll fingerprint.
Change-Id: Ibce98395b33d466a3bab110685d15428377af41e
This commit is contained in:
Kris Chen
2021-01-12 15:30:26 +08:00
parent 5b47865f9b
commit 313d2ad91c

View File

@@ -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) {