commit | 965d845ef1e4d84f27d170225e9b9c89d53d1463 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Dec 22 10:11:25 2020 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Dec 22 10:11:27 2020 -0700 |
tree | aa72feaec1fc534e3cb5d113610022da87f52ea3 | |
parent | e72d3dec97cfde041620e5df2ca588868128b140 [diff] |
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