Add Snippet |
Below Code shows how to get the Android Device ID.
raw · copy · downloadString deviceId = ((TelephonyManager)getSystemService(TELEPHONY_SERVICE)).getDeviceId();
Preview
Editors
Tags
Related Snippets
Get the phone SDK version
Basic service example in android
DataBases Adapter
Show all running services
Display height and width
XML Parser Example
Be the first to comment