_wifiManager.getWifiState()について確認中
パーミッションは、
WiFi電源を入れると、2になって
接続されてもされなくても3になる。
チェックをOFFにすると、1になる。
その後、切断されても1のままであった(HT03A)
0と4は未確認。
0: WIFI_STATE_DISABLING
Wi-Fi is currently being disabled. The state will change to WIFI_STATE_DISABLED if it finishes successfully.
1:WIFI_STATE_CHANGED_ACTION
Broadcast intent action indicating that Wi-Fi has been enabled, disabled, enabling, disabling, or unknown.
One extra provides this state as an int.
Another extra provides the previous state, if available.
2:WIFI_STATE_ENABLING
Wi-Fi is currently being enabled.
The state will change to WIFI_STATE_ENABLED if it finishes successfully.
Wi - Fiを有効にしている最中である。
正常に終了する場合WIFI_STATE_ENABLEDの状態に変更されます。
3:WIFI_STATE_ENABLED
Wi-Fi is enabled.
4:WIFI_STATE_UNKNOWN
Wi-Fi is in an unknown state.
This state will occur when an error happens while enabling or disabling.
参照
WifiManager
0 件のコメント:
コメントを投稿