diff options
author | Michele Berionne <mberionne@google.com> | 2021-03-02 22:55:35 +0000 |
---|---|---|
committer | Michele Berionne <mberionne@google.com> | 2021-03-15 22:49:54 +0000 |
commit | 46af911ec8a68069a88d10a4ca051b4708925a69 (patch) | |
tree | 08b076ce6184084acf0dd3844752ee0e5a1f4741 /telephony/java/android | |
parent | 3db11be5d7590aa72285a95ec1a0427567572049 (diff) |
Clarification for PREPARE_UNATTENDED_REBOOT_ERROR
Bug: 181036567
Test: make
Change-Id: I1822930d9ce05d2efdd05568e9df52a4e7ad0572
Diffstat (limited to 'telephony/java/android')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 4 |
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 |