From 78e352f1e29c487f4d33551499704422a71d340b Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Mon, 23 Apr 2018 11:08:23 -0700 Subject: [PATCH] Fixed the document of getNetworkCountryIso Test: Build Bug: 64335394 Change-Id: Ic8fc41380e15a40f9498c990b0074571cdffd018 --- 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 f846762fabd7e..375fdbbd5ec48 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1811,7 +1811,7 @@ public class TelephonyManager { /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current - * registered operator, or nearby cell information if not registered. + * registered operator or the cell nearby, if available. * . *

* Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine @@ -1823,7 +1823,7 @@ public class TelephonyManager { /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current - * registered operator, or nearby cell information if not registered. + * registered operator or the cell nearby, if available. *

* Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * if on a CDMA network).