Here you can find the source of getDeviceSoftwareVersion(TelephonyManager tm)
public static String getDeviceSoftwareVersion(TelephonyManager tm)
//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*/ }