码迷,mamicode.com
首页 > 移动开发 > 详细

android获取mac地址方法

时间:2014-10-20 19:07:30      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   sp   div   

http://www.cnblogs.com/xioapingguo/p/4037513.html 

网上找的,记录一下

public static String getMacAdress(){
        WifiManager wifi = (WifiManager) sContext.getSystemService(Context.WIFI_SERVICE);  
        WifiInfo info = wifi.getConnectionInfo();  
        return info.getMacAddress();
    }

记得加入权限<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>

android获取mac地址方法

标签:android   style   blog   http   color   io   ar   sp   div   

原文地址:http://www.cnblogs.com/xioapingguo/p/4037513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!