Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 229e2881 authored by David Su's avatar David Su
Browse files

WifiManager#getCountryCode: clarify doc on return format

Bug: 150236894
Test: compiles
Change-Id: I21244da2620ddc55579c31c92465359c22d4927b
parent 8d14f516
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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