diff --git a/KeyUtil.cpp b/KeyUtil.cpp index 395b6b3..5a8b550 100644 --- a/KeyUtil.cpp +++ b/KeyUtil.cpp @@ -28,7 +28,6 @@ #include #include -#include #include #include "KeyStorage.h" @@ -99,7 +98,6 @@ static bool isFsKeyringSupportedImpl() { PLOG(WARNING) << "Unexpected error from FS_IOC_ADD_ENCRYPTION_KEY"; } LOG(DEBUG) << "Detected support for FS_IOC_ADD_ENCRYPTION_KEY"; - android::base::SetProperty("ro.crypto.uses_fs_ioc_add_encryption_key", "true"); return true; }