Esempio n. 1
0
 public bool disableNetwork(int netId)
 {
     return(mWifiManager.disableNetwork(netId));
 }