Loading ui.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) { case RecoveryUI::REBOOT: if (reboot_enabled) { property_set(ANDROID_RB_PROPERTY, "reboot,"); while(1) { pause(); } android_reboot(ANDROID_RB_RESTART, 0, 0); } break; Loading Loading
ui.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) { case RecoveryUI::REBOOT: if (reboot_enabled) { property_set(ANDROID_RB_PROPERTY, "reboot,"); while(1) { pause(); } android_reboot(ANDROID_RB_RESTART, 0, 0); } break; Loading