TelephonyManager.GetMeid(Int32) Method

Definition

Returns the MEID (Mobile Equipment Identifier).

[Android.Runtime.Register("getMeid", "(I)Ljava/lang/String;", "GetGetMeid_IHandler", ApiSince=26)]
[Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")]
public virtual string? GetMeid (int slotIndex);
[<Android.Runtime.Register("getMeid", "(I)Ljava/lang/String;", "GetGetMeid_IHandler", ApiSince=26)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")>]
abstract member GetMeid : int -> string
override this.GetMeid : int -> string

Parameters

slotIndex
Int32

of which MEID is returned

Returns

String
Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.getMeid(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to