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

Commit 27e33d07 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Revert "Use /data/vendor_ce/0/facedata for FaceHAL's secure storage"

Bug: 131638724

This reverts commit 94e0dc44.

Reason for revert: b/131638724

Change-Id: Iae20e600b73a035d6e2a6651c91d67efaddd97ae
parent 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.getDataVendorCeDirectory(userId);
                    final File baseDir = Environment.getDataVendorDeDirectory(userId);
                    final File faceDir = new File(baseDir, FACE_DATA_DIR);
                    if (!faceDir.exists()) {
                        if (!faceDir.mkdir()) {