Merge "recovery: change the way of rebooting when using power key combo"

This commit is contained in:
Nick Kralevich 2015-05-27 13:09:02 +00:00 committed by Gerrit Code Review
commit b48bdbeda0

3
ui.cpp
View file

@ -174,7 +174,8 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
android_reboot(ANDROID_RB_RESTART, 0, 0);
property_set(ANDROID_RB_PROPERTY, "reboot,");
while(1) { pause(); }
}
break;