summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-02-21 05:18:05 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-02-21 05:18:05 +0100
commitdbefca86b87dce369c377bec932e7ab0a73455f1 (patch)
treee4b27f45eb173760b939c9261176047da8b0b40a /ui.cpp
parentDO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master (diff)
parentMerge "Add a logo to the fastbootd screen." (diff)
downloadandroid_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar.gz
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar.bz2
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar.lz
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar.xz
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.tar.zst
android_bootable_recovery-dbefca86b87dce369c377bec932e7ab0a73455f1.zip
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.cpp b/ui.cpp
index 14b5b0941..c12a11b36 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -59,6 +59,7 @@ RecoveryUI::RecoveryUI()
brightness_file_(BRIGHTNESS_FILE),
max_brightness_file_(MAX_BRIGHTNESS_FILE),
touch_screen_allowed_(false),
+ fastbootd_logo_enabled_(false),
touch_low_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_low_threshold",
kDefaultTouchLowThreshold)),
touch_high_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_high_threshold",