Back to project page EZ-Wifi-Notification.
The source code is released under:
GNU General Public License
If you think the Android project EZ-Wifi-Notification listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * //from w ww .j av a2s . c o m */ package et.nWifiManager.conState; /** * @author Administrator * */ public enum ConnectionStatusEnum { Wifi, WiMax, NoWifi, Mobile, Disconnected, Airplane, AirplaneWithWifi, Error, Unsupported }