Hello,
I need to run this code, perhaps with a reflector
how can I do?
thank you very much
I need to run this code, perhaps with a reflector
how can I do?
B4X:
WifiManager mainWifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
WifiInfo currentWifi = mainWifi.getConnectionInfo();
return currentWifi.getSSID();
thank you very much