diff --git a/install/install.cpp b/install/install.cpp index 8486eb6f8..c1acfbeee 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -388,7 +388,7 @@ static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache, if (std::string err; !clear_bootloader_message(&err)) { LOG(ERROR) << "Failed to clear BCB message: " << err; } - Reboot("userrequested,recovery,ui"); + Reboot("recovery"); }; static bool ab_package_installed = false;