summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Su <dysu@google.com> 2020-03-03 15:25:23 -0800
committer David Su <dysu@google.com> 2020-03-03 15:25:23 -0800
commit229e2881942a791a99721dda56ceb549519f9f08 (patch)
tree21b77006dbaff4491ce7fb10350a73ea4ae8d347
parent8d14f5162af88c3ce4c6047c998c48974b33bb2f (diff)
WifiManager#getCountryCode: clarify doc on return format
Bug: 150236894 Test: compiles Change-Id: I21244da2620ddc55579c31c92465359c22d4927b
-rw-r--r--wifi/java/android/net/wifi/WifiManager.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java
index a262c92b8b29..c46cd11f7aae 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