summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-01-28 21:10:02 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-12-25 21:42:48 +0800
commite89cca5c36f715e72f4aed695481f5d94f64aeee (patch)
treee669c96e5cacc464d54a1fa0beb0aa0117d86b4b
parentcbc07926a1dc61a4f9a1c721978d2116c2ac1c7d (diff)
recovery: Hide 'Apply update from SD card' entry
useless for our devices and misleading Suggested-by: a1623382 <34230652+a1623382@users.noreply.github.com> Change-Id: I0d47203b9690ffa1bba1f22770081ef4b9c49a11
-rw-r--r--recovery_ui/device.cpp1
1 files changed, 0 insertions, 1 deletions
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<std::pair<std::string, Device::BuiltinAction>> 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 },