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

Commit 8fe7676e authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect doc for WifiInfo#getSSID()." into lmp-mr1-dev

parents c838b677 f92fc1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -286,7 +286,7 @@ public class WifiInfo implements Parcelable {
     * Returns the service set identifier (SSID) of the current 802.11 network.
     * Returns the service set identifier (SSID) of the current 802.11 network.
     * If the SSID can be decoded as UTF-8, it will be returned surrounded by double
     * If the SSID can be decoded as UTF-8, it will be returned surrounded by double
     * quotation marks. Otherwise, it is returned as a string of hex digits. The
     * quotation marks. Otherwise, it is returned as a string of hex digits. The
     * SSID may be {@code null} if there is no network currently connected.
     * SSID may be <unknown ssid> if there is no network currently connected.
     * @return the SSID
     * @return the SSID
     */
     */
    public String getSSID() {
    public String getSSID() {