Get Android Device ID

1 vote · 0 comments

Below Code shows how to get the Android Device ID.

raw ·
copy
· download
String deviceId = ((TelephonyManager)getSystemService(TELEPHONY_SERVICE)).getDeviceId();

Be the first to comment

Sign in with OpenID