Get MAC Address of android device without Wifi

前端 未结 5 1893
清酒与你
清酒与你 2020-12-01 07:00

How do I get the MAC-Address of the network interface of an android device which doesn\'t have a Wifi-Interface (e.g. the android emulator)? WifiInfo obtained via the WifiMa

5条回答
  •  爱一瞬间的悲伤
    2020-12-01 07:18

    What is the network interface you want the MAC address of? If there's no wifi, you certainly can't get the wifi device's MAC address. It represents the physical hardware and if that's not present, it simply doesn't exist.

提交回复
热议问题