Use the right system property name.
Bug: 22358539 Change-Id: I0bf9719a2b54acbde80f3c911988724581447b0c
This commit is contained in:
parent
3d99ebad3d
commit
a597d0a424
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
using android::base::StringPrintf;
|
using android::base::StringPrintf;
|
||||||
|
|
||||||
static const char* kPropEmulateFbe = "persist.vold.emulate_fbe";
|
static const char* kPropEmulateFbe = "persist.sys.emulate_fbe";
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// Key length in bits
|
// Key length in bits
|
||||||
|
|
Loading…
Reference in a new issue