Loading wifi/java/android/net/wifi/WifiInfo.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -449,9 +449,8 @@ public class WifiInfo implements Parcelable { * <p> * <p> * 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. * quotation marks. Otherwise, it is returned as a string of hex digits. * The SSID may be * The SSID may be {@link WifiManager#UNKNOWN_SSID}, if there is no network currently connected * <lt><unknown ssid>, if there is no network currently connected or if the caller has * or if the caller has insufficient permissions to access the SSID. * insufficient permissions to access the SSID.<lt> * </p> * </p> * <p> * <p> * Prior to {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, this method * Prior to {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, this method Loading Loading
wifi/java/android/net/wifi/WifiInfo.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -449,9 +449,8 @@ public class WifiInfo implements Parcelable { * <p> * <p> * 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. * quotation marks. Otherwise, it is returned as a string of hex digits. * The SSID may be * The SSID may be {@link WifiManager#UNKNOWN_SSID}, if there is no network currently connected * <lt><unknown ssid>, if there is no network currently connected or if the caller has * or if the caller has insufficient permissions to access the SSID. * insufficient permissions to access the SSID.<lt> * </p> * </p> * <p> * <p> * Prior to {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, this method * Prior to {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, this method Loading