am 8cae7f64: am 8fe7676e: Merge "Fix incorrect doc for WifiInfo#getSSID()." into lmp-mr1-dev

* commit '8cae7f644c59f0200f1962abdfbc6001166a192c':
  Fix incorrect doc for WifiInfo#getSSID().
This commit is contained in:
Jeff Davidson
2014-11-05 23:19:44 +00:00
committed by Android Git Automerger

View File

@@ -286,7 +286,7 @@ public class WifiInfo implements Parcelable {
* 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
* 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
*/
public String getSSID() {