zeal4android
for Android developers
Showing posts with label
MAC
.
Show all posts
Showing posts with label
MAC
.
Show all posts
Monday, June 11, 2012
Android: Wifi get MAC address example
WifiManager
wifiManager = (
WifiManager
)
getSystemService
(Context.
WIFI_SERVICE
);
WifiInfo
wifiInfo = wifiManager.getConnectionInfo();
String sMac = wifiInfo.getMacAddress();
Older Posts
Home
Subscribe to:
Posts (Atom)