Loading services/core/java/com/android/server/power/PowerManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -3756,7 +3756,10 @@ public final class PowerManagerService extends SystemService if (sQuiescent) { // Pass the optional "quiescent" argument to the bootloader to let it know // that it should not turn the screen/lights on. reason = reason + ",quiescent"; if (reason != ""){ reason += ","; } reason = reason + "quiescent"; } SystemProperties.set("sys.powerctl", "reboot," + reason); Loading Loading
services/core/java/com/android/server/power/PowerManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -3756,7 +3756,10 @@ public final class PowerManagerService extends SystemService if (sQuiescent) { // Pass the optional "quiescent" argument to the bootloader to let it know // that it should not turn the screen/lights on. reason = reason + ",quiescent"; if (reason != ""){ reason += ","; } reason = reason + "quiescent"; } SystemProperties.set("sys.powerctl", "reboot," + reason); Loading