Answer the question
In order to leave comments, you need to log in
How to get the MAC address of the phone adapter?
I try:
<_uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/_>
WifiManager manager = (WifiManager)getSystemService(Context.WIFI_SERVICE);
WifiInfo info = manager.getConnectionInfo();
String address = info.getMacAddress();
But this returns 02:00:00:00:00:00. Who knows how to get the MAC address of the phone adapter?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question