commit | 71cd43f4340209780d441c234b3846646705e948 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Mon Jan 22 11:25:29 2018 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Jan 23 14:34:55 2018 -0800 |
tree | b03652ec107286fb586262b7b09d4ab3c5281230 | |
parent | 9929e7db3236070a6371ca9535085343a8d6a467 [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: I615e90d1c9ab08e768a8713968fa043598a0a526 Test: manually