commit | a03134ea22e13092d9a0979ceff79bfe0ce6485e | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Mon Jan 22 12:14:51 2018 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Jan 23 14:29:40 2018 -0800 |
tree | f790c33d82463ad74041a43c6bb3a960b44c0c62 | |
parent | 736e4f10799716fb89d3022fc6a1225825d392ef [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: I83f87e88d1731e515b459a3d6d5bf3104afe6cfe Test: manually