public static class WifiConfiguration.Status
extends Object
java.lang.Object | |
↳ | android.net.wifi.WifiConfiguration.Status |
网络配置的可能状态。
Constants |
|
---|---|
int |
CURRENT 这是我们目前连接到的网络 |
int |
DISABLED 请求方不会尝试使用此网络 |
int |
ENABLED 请求者会考虑将此网络用于关联 |
Fields |
|
---|---|
public static final String[] |
strings |
Inherited methods |
|
---|---|
From class java.lang.Object
|