summaryrefslogtreecommitdiffstats
path: root/data.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-26 06:22:31 +0200
committerEthan Yonker <dees_troy@teamw.in>2016-08-19 17:35:10 +0200
commitbfccfb8822c1308f43d7a39578fa3c915dabb1b4 (patch)
tree2d95f20a067f143a2fb1cf0617fe140ba0dc6a99 /data.cpp
parentAllow running of a custom script after factory reset (diff)
downloadandroid_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.gz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.bz2
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.lz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.xz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.zst
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.zip
Diffstat (limited to 'data.cpp')
-rw-r--r--data.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.cpp b/data.cpp
index 1ea7b8431..81e9ca234 100644
--- a/data.cpp
+++ b/data.cpp
@@ -679,6 +679,7 @@ void DataManager::SetDefaultValues()
mPersist.SetValue(TW_REBOOT_AFTER_FLASH_VAR, "0");
mPersist.SetValue(TW_SIGNED_ZIP_VERIFY_VAR, "0");
mPersist.SetValue(TW_FORCE_MD5_CHECK_VAR, "0");
+ mPersist.SetValue(TW_DISABLE_FREE_SPACE_VAR, "0");
mPersist.SetValue(TW_USE_COMPRESSION_VAR, "0");
mPersist.SetValue(TW_TIME_ZONE_VAR, "CST6CDT,M3.2.0,M11.1.0");
mPersist.SetValue(TW_GUI_SORT_ORDER, "1");