Android Network Information Get getDeviceSoftwareVersion(TelephonyManager tm)

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

Description

get Device Software Version

Declaration

public static String getDeviceSoftwareVersion(TelephonyManager tm) 

Method Source Code

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

public class Main {
    public static String getDeviceSoftwareVersion(TelephonyManager tm) {// String
        return tm.getDeviceSoftwareVersion();
    }/* ww  w. j av a  2  s .  c o  m*/
}

Related

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