summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-01-28 21:10:02 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-01-29 00:06:32 +0800
commite0246ad20cc9addf471979d9cd2720d998de6834 (patch)
tree1ab60d9ec628898be148c88803cfb372f85ea3cf
parent3c38a55912e342762221752ea90407e0807e1cb3 (diff)
recovery: Hide 'Apply update from SD card' optionsugisawa
* 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 },