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

Commit c31f8a11 authored by Tao Bao's avatar Tao Bao Committed by Android Git Automerger
Browse files

am f2c4e4ce: am 6e9dda70: uncrypt: Support file level encryption.

* commit 'f2c4e4ce':
  uncrypt: Support file level encryption.
parents a51708df f2c4e4ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ static const char* find_block_device(const char* path, bool* encryptable, bool*
            (path[len] == '/' || path[len] == 0)) {
            *encrypted = false;
            *encryptable = false;
            if (fs_mgr_is_encryptable(v)) {
            if (fs_mgr_is_encryptable(v) || fs_mgr_is_file_encrypted(v)) {
                *encryptable = true;
                char buffer[PROPERTY_VALUE_MAX+1];
                if (property_get("ro.crypto.state", buffer, "") &&