diff --git a/recovery_main.cpp b/recovery_main.cpp index d16d8e5a..678afa02 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp @@ -455,9 +455,6 @@ int main(int argc, char** argv) { if (get_build_type() != "eng") { device->RemoveMenuItemForAction(Device::RUN_GRAPHICS_TEST); device->RemoveMenuItemForAction(Device::RUN_LOCALE_TEST); - } - - if (!IsRoDebuggable()) { device->RemoveMenuItemForAction(Device::ENTER_RESCUE); }