From 46af911ec8a68069a88d10a4ca051b4708925a69 Mon Sep 17 00:00:00 2001 From: Michele Berionne Date: Tue, 2 Mar 2021 22:55:35 +0000 Subject: Clarification for PREPARE_UNATTENDED_REBOOT_ERROR Bug: 181036567 Test: make Change-Id: I1822930d9ce05d2efdd05568e9df52a4e7ad0572 --- telephony/java/android/telephony/TelephonyManager.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'telephony') diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 8244342eee19..6902550ddfd6 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -14902,7 +14902,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 -- cgit v1.2.3