zeal4android
for Android developers
Showing posts with label
network id
.
Show all posts
Showing posts with label
network id
.
Show all posts
Monday, June 11, 2012
Android: Wifi - Get network ID exmaple
WifiManager
wifiManager = (
WifiManager
)
getSystemService
(Context.
WIFI_SERVICE
);
WifiInfo
wifiInfo = wifiManager.getConnectionInfo();
String networkId = wifiInfo.getNetworkId();
Older Posts
Home
Subscribe to:
Posts (Atom)