summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason972000 <jason972000@gmail.com>2017-12-08 16:08:45 +0100
committerjason972000 <jason972000@gmail.com>2017-12-08 16:12:11 +0100
commitadae336c1cfbd083db979b100fc6660076e096f9 (patch)
tree865d7add2364ca1f504ff7d49ee0cb93706ee143
parentMerge "Fix stuck on 'black' screen entering recovery" into android-8.0 (diff)
downloadandroid_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar.gz
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar.bz2
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar.lz
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar.xz
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.tar.zst
android_bootable_recovery-adae336c1cfbd083db979b100fc6660076e096f9.zip
-rw-r--r--data.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.cpp b/data.cpp
index c0cb9b85b..599b5c0d8 100644
--- a/data.cpp
+++ b/data.cpp
@@ -848,6 +848,8 @@ void DataManager::SetDefaultValues()
mData.SetValue("tw_app_install_status", "0"); // 0 = no status, 1 = not installed, 2 = already installed
#endif
+ mData.SetValue("tw_enable_adb_backup", "0");
+
pthread_mutex_unlock(&m_valuesLock);
}