diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index a262c92b8b298..c46cd11f7aae3 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -2820,7 +2820,8 @@ public class WifiManager { /** * 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 */ @Nullable