Пример #1
0
 public bool setWifiEnabled(bool enable)
 {
     return(mWifiManager.setWifiEnabled(enable));
 }