Android Network Information Get getDeviceId(TelephonyManager tm)

Here you can find the source of getDeviceId(TelephonyManager tm)

Description

get Device Id

Declaration

public static String getDeviceId(TelephonyManager tm) 

Method Source Code

//package com.java2s;
import android.telephony.TelephonyManager;

public class Main {
    public static String getDeviceId(TelephonyManager tm) {// String
        return tm.getDeviceId();
    }/*from  w  w  w  . jav  a2 s .c  om*/
}

Related

  1. getNetworkInfo(Context context)
  2. getNetworkInfo(Context context)
  3. getProvidersName(Context context)
  4. getCallState(TelephonyManager tm)
  5. getDeviceSoftwareVersion(TelephonyManager tm)
  6. getLine1Number(TelephonyManager tm)
  7. getNetworkCountryIso(TelephonyManager tm)
  8. getNetworkOperator(TelephonyManager tm)