[android-developers] Re: When call mWifiManager.isWifiEnabled , it crash. thanks in advance.

2009-12-17 Thread MrChaz
Have you added the permission to read the wifi state? Can you post the exception that is thrown? On Dec 17, 7:13 am, zz zt1082 zt1...@gmail.com wrote: When I call mWifiManager.isWifiEnabled() , program is crash. my Code is: - import

Re: [android-developers] Re: When call mWifiManager.isWifiEnabled , it crash. thanks in advance.

2009-12-17 Thread zz zt1082
ooh~ , It 's true . No permission that : uses-permission android:name=android.permission.ACCESS_WIFI_STATE/uses-permission uses-permission android:name=android.permission.UPDATE_DEVICE_STATS/uses-permission uses-permission