Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a36b1b87 authored by Jiwen Cai's avatar Jiwen Cai Committed by Android (Google) Code Review
Browse files

Merge "Use /data/vendor_ce/0/facedata for FaceHAL's secure storage" into qt-dev

parents b7b08d0f 94e0dc44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@ public class FaceService extends BiometricServiceBase {
            try {
                userId = getUserOrWorkProfileId(clientPackage, userId);
                if (userId != mCurrentUserId) {
                    final File baseDir = Environment.getDataVendorDeDirectory(userId);
                    final File baseDir = Environment.getDataVendorCeDirectory(userId);
                    final File faceDir = new File(baseDir, FACE_DATA_DIR);
                    if (!faceDir.exists()) {
                        if (!faceDir.mkdir()) {