Fix biometrics bug of mismatched data types.
They're writing a "long" value, but attempting to read it back as an "int" risks losing precision; they need to read as a "long". Bug: 176144163 Test: manual Change-Id: I23bca4ebfb38f27ce640d52ec737375c3e1f4ab5
Loading
Please register or sign in to comment