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

This commit is contained in:
Nick Kralevich
2015-05-27 13:37:04 +00:00
committed by Gerrit Code Review
+1 -2
View File
@@ -174,8 +174,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT: case RecoveryUI::REBOOT:
if (reboot_enabled) { if (reboot_enabled) {
property_set(ANDROID_RB_PROPERTY, "reboot,"); android_reboot(ANDROID_RB_RESTART, 0, 0);
while(1) { pause(); }
} }
break; break;