summaryrefslogtreecommitdiff
path: root/telephony/java
diff options
context:
space:
mode:
authorMichele Berionne <mberionne@google.com>2021-03-16 14:55:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-16 14:55:58 +0000
commit11773facb7d12709be9a305125f95f1002270c11 (patch)
tree35e882c047385ef267939e6540f6e7642a279f24 /telephony/java
parent96a89d8f430663ab62af928c3aa0a79e0c8cb915 (diff)
parent46af911ec8a68069a88d10a4ca051b4708925a69 (diff)
Merge "Clarification for PREPARE_UNATTENDED_REBOOT_ERROR"
Diffstat (limited to 'telephony/java')
-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 364c9be9614a..e77ee365b4d3 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -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