summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Berionne <mberionne@google.com>2021-03-02 22:55:35 +0000
committerMichele Berionne <mberionne@google.com>2021-03-15 22:49:54 +0000
commit46af911ec8a68069a88d10a4ca051b4708925a69 (patch)
tree08b076ce6184084acf0dd3844752ee0e5a1f4741
parent3db11be5d7590aa72285a95ec1a0427567572049 (diff)
Clarification for PREPARE_UNATTENDED_REBOOT_ERROR
Bug: 181036567 Test: make Change-Id: I1822930d9ce05d2efdd05568e9df52a4e7ad0572
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java4
1 files changed, 3 insertions, 1 deletions
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