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
Read /sys/class/net/[something]/address as a text file
But it's unlikely to be useful in the way you think.