diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index bfc0e992..d0f40327 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1165,8 +1165,11 @@ bool CPhoneDevice::Reboot(int resetType, bool manually, const std::string& reaso } if (manually) { - // GpioControl::reboot(); +#ifdef USING_N938 + GpioControl::reboot(); +#else RestartApp(resetType, timeout, reason); +#endif } } else