Get device id programmatically android Code Example
get device id programmatically android
//first add this to mainfirst
//and this in java
TelephonyManager telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
telephonyManager.getDeviceId();