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 answers

currently, 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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -