diff options
author | Jack Nudelman <jacknudelman@google.com> | 2021-06-28 07:08:04 -0700 |
---|---|---|
committer | Jack Nudelman <jacknudelman@google.com> | 2021-06-30 13:54:01 +0000 |
commit | bc9ef4c8da115f9b6efd317cf6c983ba650e75a3 (patch) | |
tree | 8f8ded39b7cda78563a56c210af2ca1c7b7e4193 /telephony | |
parent | 99a680a50f82b27580a78913e4fe43aef5796a47 (diff) |
Update documentation outlining results during voice calls.
Test: Just comment change, test not necessary
Bug: 192446339
Change-Id: I7fe0efdaa0b28f8d8a4389d7249f20d06ab258d0
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 64aa299411ff..e0ab0a368a4f 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -15104,8 +15104,8 @@ public class TelephonyManager { /** * Indicates that the thermal mitigation request could not power off the radio due to the device - * either being in an active voice call, device pending an emergency call, or any other state - * that would dissallow powering off of radio. + * either being in an active emergency voice call, device pending an emergency call, or any + * other state that would disallow powering off of radio. * * @hide */ |