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

Commit ea591f89 authored by Michele Berionne's avatar Michele Berionne Committed by Automerger Merge Worker
Browse files

Merge "Clarification for PREPARE_UNATTENDED_REBOOT_ERROR" am: 11773fac am:...

Merge "Clarification for PREPARE_UNATTENDED_REBOOT_ERROR" am: 11773fac am: 8e7f7303 am: a3e52d27

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

Change-Id: I9fde6ebeeb2dd5ad38847317198cd05a8b29c0f1
parents 38ea30a5 a3e52d27
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15454,7 +15454,9 @@ public class TelephonyManager {
    public static final int PREPARE_UNATTENDED_REBOOT_PIN_REQUIRED = 1;
    /**
     * The unattended reboot was not prepared due to generic error.
     * The unattended reboot was not prepared due to a non-recoverable error. After this error,
     * the client that manages the unattended reboot should not try to invoke the API again
     * until the next power cycle.
     * @hide
     */
    @SystemApi