Get android Ethernet MAC Address (not wifi interface)

后端 未结 8 1769
南旧
南旧 2021-02-05 12:12

I\'m using Android with Api level 8 and I want to get the Address of my Ethernet interface (eth0).

On API level 8, the NetworkInterface class don\'t have the function ge

8条回答
  •  一向
    一向 (楼主)
    2021-02-05 12:34

    Assuming your ethernet interface is eth0, try opening and reading the file /sys/class/net/eth0/address.

提交回复
热议问题