Merge "Fixed the document of getNetworkCountryIso"

am: 8252157aca

Change-Id: I6d4c5183d525a36bf1f1cee7fd034772427a3d32
This commit is contained in:
Jack Yu
2018-04-24 17:31:23 -07:00
committed by android-build-merger

View File

@@ -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.
* .
* <p>
* 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.
* <p>
* Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine
* if on a CDMA network).