From a597d0a4248dded627b2cf71ca5f9f3bcd12f033 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Mon, 30 Nov 2015 13:28:56 -0700 Subject: [PATCH] Use the right system property name. Bug: 22358539 Change-Id: I0bf9719a2b54acbde80f3c911988724581447b0c --- Ext4Crypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ext4Crypt.cpp b/Ext4Crypt.cpp index 028c12c..8bf03cb 100644 --- a/Ext4Crypt.cpp +++ b/Ext4Crypt.cpp @@ -52,7 +52,7 @@ using android::base::StringPrintf; -static const char* kPropEmulateFbe = "persist.vold.emulate_fbe"; +static const char* kPropEmulateFbe = "persist.sys.emulate_fbe"; namespace { // Key length in bits