commit | 3cf2417ad70d9fba52ddaa731fbf9a14ee8155ac | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Mon Jan 22 13:36:25 2018 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Jan 23 14:30:47 2018 -0800 |
tree | d95f4cded9de569c60c41fc83045240616464925 | |
parent | 7ee2941c42614ffca07d28b2cca04f6a56487f64 [diff] |
Fingerprint data is now stored in one of two ways depending on the shipping API version: For devices shipped before Android P nothing changes, data is stored under /data/system/users/<user-id>/fpdata/... Devices shipped from now on will instead store fingerprint data under /data/vendor_de/<user-id>/fpdata. Support for /data/vendor_de and /data/vendor_ce has been added to vold. Bug: 36997597 Change-Id: I13b4180d17f544b9616ea738f45fdc481ab0fec1 Test: manually