recovery: Expose reboot to recovery option
Change-Id: I8684e188577fa16073723e0093e221b767a3826d
This commit is contained in:
parent
08fbf88ab6
commit
08817c0e89
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
static std::vector<std::pair<std::string, Device::BuiltinAction>> g_menu_actions{
|
||||
{ "Reboot system now", Device::REBOOT },
|
||||
{ "Reboot to bootloader", Device::REBOOT_BOOTLOADER },
|
||||
{ "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 },
|
||||
|
|
Loading…
Reference in a new issue