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

Commit 687865e8 authored by Robert Horvath's avatar Robert Horvath Committed by Automerger Merge Worker
Browse files

Merge "Document behaviour of "quiescent" reboot reason" into sc-dev am: d34a5f6a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13453877

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieedc975e9f3e8c8c34f9a23721d3e7c935465ea2
parents e6a0a27c d34a5f6a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1629,6 +1629,12 @@ public final class PowerManager {
     * <p>
     * Requires the {@link android.Manifest.permission#REBOOT} permission.
     * </p>
     * <p>
     * If the {@code reason} string contains ",quiescent", then the screen stays off during reboot
     * and is not turned on again until the user triggers the device to wake up (for example,
     * by pressing the power key).
     * This behavior applies to Android TV devices launched on Android 11 (API level 30) or higher.
     * </p>
     *
     * @param reason code to pass to the kernel (e.g., "recovery") to
     *               request special boot modes, or null.