Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6f54e74 authored by Tao Bao's avatar Tao Bao Committed by Android Git Automerger
Browse files

am 7b126d77: am 73151b51: Merge "recovery: change the way of rebooting when using power key combo"

* commit '7b126d77':
  recovery: change the way of rebooting when using power key combo
parents 8af11cff 7b126d77
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <time.h>
#include <unistd.h>

#include <cutils/properties.h>
#include <cutils/android_reboot.h>

#include "common.h"
@@ -174,7 +175,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;