Android.Telephony.TelephonyManager.DeviceSoftwareVersion Property
Returns the software version number for the device, for example, the IMEI/SV for GSM phones.

Syntax

[get: Android.Runtime.Register("getDeviceSoftwareVersion", "()Ljava/lang/String;", "GetGetDeviceSoftwareVersionHandler")]
public virtual string DeviceSoftwareVersion { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the software version number for the device, for example, the IMEI/SV for GSM phones. Return null if the software version is not available.

Requires Permission: NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#READ_PHONE_STATE

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1