xamarin c# switch on hotspot Programmatically

79

xamarin c# switch on hotspot Programmatically -

WifiManager wifiManager = (WifiManager)this.context.getSystemService(Context.WIFI_SERVICE);
wifiManager.setWifiEnabled(status);

Comments

Submit
0 Comments