Wednesday, June 30, 2010

Get Device ID in Android

//======== Get Device ID ======================
public void getDeviceID() {
TelephonyManager TelephonyMgr = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);
DEVICE_ID = TelephonyMgr.getDeviceId();
}

No comments:

Post a Comment