StarCraft II: Wings of Liberty - Patch 1.0.2
To get the latest news and interact with the community, visit our brand new StarCraft II website. Be sure to check out our Game Guide for an in-depth look at StarCraft II gameplay. We wish you all the best on your journeys through the embattled Koprulu Sector!
StarCraft II: Wings of Liberty - Patch 1.0.2
Bug Fixes
Fixed an issue where campaign mission victories would not always trigger properly.
Fixed an issue where some players were unable to access single-player features.
StarCraft II: Wings of Liberty - Patch 1.0.1
Bug Fixes
Campaign saves have been optimized.
Fixed an issue with sound not playing on some 7.1 systems.
2010/08/13
WifiManager
WifiManager _wifiManager = (WifiManager)getSystemService(Context.WIFI_SERVICE);
_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
_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