How to identify an Android device programmatically? -
How to identify an Android device programmatically? -
this question has reply here:
is there unique android device id? 32 answerscurrently, using mac address identifier android device.
wifimanager wifimanager = (wifimanager) getsystemservice(context.wifi_service); wifiinfo winfo = wifimanager.getconnectioninfo(); string mac = winfo.getmacaddress();
however, found mac
empty users' devices. little confused why empty.
if figure out reason, that's best!
otherwise, provide alternative identifying android device?
your best bet finding unique android device access serial number. there several other posts on how this, most-viewed 1 here:
how find serial number of android device?
android android-wifi
Comments
Post a Comment