From bc9ef4c8da115f9b6efd317cf6c983ba650e75a3 Mon Sep 17 00:00:00 2001 From: Jack Nudelman Date: Mon, 28 Jun 2021 07:08:04 -0700 Subject: [PATCH] Update documentation outlining results during voice calls. Test: Just comment change, test not necessary Bug: 192446339 Change-Id: I7fe0efdaa0b28f8d8a4389d7249f20d06ab258d0 --- telephony/java/android/telephony/TelephonyManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 64aa299411ffa..e0ab0a368a4f3 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 */