recovery: ui: Default to touch enabled

Change-Id: I048905cda2ea0439338e0dea43029041bff22c00
diff --git a/recovery_ui/ui.cpp b/recovery_ui/ui.cpp
index b7107ff..8e90dac 100644
--- a/recovery_ui/ui.cpp
+++ b/recovery_ui/ui.cpp
@@ -57,7 +57,7 @@
       brightness_dimmed_(25),
       brightness_file_(BRIGHTNESS_FILE),
       max_brightness_file_(MAX_BRIGHTNESS_FILE),
-      touch_screen_allowed_(false),
+      touch_screen_allowed_(true),
       fastbootd_logo_enabled_(false),
       touch_low_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_low_threshold",
                                                          kDefaultTouchLowThreshold)),