Merge "Fixed the document of getNetworkCountryIso"

This commit is contained in:
Treehugger Robot
2018-04-24 23:02:38 +00:00
committed by Gerrit Code Review

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).