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

Commit 89a0ae43 authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Remove all references to FDE enable wipe

Bug: 64766105
Test: FBE boots, forceencrypt boots, set pattern, reboots, encryptable
      boots and can be encrypted
Change-Id: I76cc76c095cfe89bff7f2806df0f634a0b24c922
parent 5c74af94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2201,7 +2201,7 @@ class StorageManagerService extends IStorageManager.Stub
        }

        try {
            mVold.fdeEnable(type, password, IVold.ENCRYPTION_FLAG_IN_PLACE);
            mVold.fdeEnable(type, password, 0);
        } catch (Exception e) {
            Slog.wtf(TAG, e);
            return -1;