Android.Telephony.TelephonyManager.DeviceId Property
Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones.

Syntax

[get: Android.Runtime.Register("getDeviceId", "()Ljava/lang/String;", "GetGetDeviceIdHandler")]
public virtual string DeviceId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones. Return null if device ID 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