From e0246ad20cc9addf471979d9cd2720d998de6834 Mon Sep 17 00:00:00 2001 From: alk3pInjection Date: Fri, 28 Jan 2022 21:10:02 +0800 Subject: recovery: Hide 'Apply update from SD card' option * useless for our devices and misleading Suggested-by: a1623382 <34230652+a1623382@users.noreply.github.com> Change-Id: I0d47203b9690ffa1bba1f22770081ef4b9c49a11 --- recovery_ui/device.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/recovery_ui/device.cpp b/recovery_ui/device.cpp index 854933f7..85bf1134 100644 --- a/recovery_ui/device.cpp +++ b/recovery_ui/device.cpp @@ -32,7 +32,6 @@ static std::vector> g_menu_actions { "Reboot to recovery", Device::REBOOT_RECOVERY }, { "Enter fastboot", Device::ENTER_FASTBOOT }, { "Apply update from ADB", Device::APPLY_ADB_SIDELOAD }, - { "Apply update from SD card", Device::APPLY_SDCARD }, { "Wipe data/factory reset", Device::WIPE_DATA }, { "Wipe cache partition", Device::WIPE_CACHE }, { "Mount /system", Device::MOUNT_SYSTEM }, -- cgit v1.2.3