I've a question for you about the possibility to have an application crash if wi-fi is not able, I'm in the midle of the seea, or if it is diasbled:
My application permission about the net in general are:
android.permission.ACCESS_WIFI_STATE
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.CHANGE_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
Some users complain that my app doesn't work if there's not wi-fi connection.
I never have experience about this issue.
Naturally my application doesn't provide only net services.
Thanks and regards