Merge "Clarification for PREPARE_UNATTENDED_REBOOT_ERROR" am: 11773facb7

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

Change-Id: I7adfce2945fd58cecad95bb194921fc5e120d74d
This commit is contained in:
Michele Berionne
2021-03-16 15:23:10 +00:00
committed by Automerger Merge Worker

View File

@@ -14927,7 +14927,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