Merge "WifiManager#getCountryCode: clarify doc on return format" into rvc-dev

This commit is contained in:
David Su
2020-03-04 01:50:55 +00:00
committed by Android (Google) Code Review

View File

@@ -2820,7 +2820,8 @@ public class WifiManager {
/** /**
* Get the country code. * Get the country code.
* @return the country code in ISO 3166 format, or null if there is no country code configured. * @return the country code in ISO 3166 alpha-2 (2-letter) uppercase format, or null if
* there is no country code configured.
* @hide * @hide
*/ */
@Nullable @Nullable