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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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