Share via


TelephonyManager.GetManufacturerCode(Int32) Method

Definition

Returns the Manufacturer Code from the MEID.

[Android.Runtime.Register("getManufacturerCode", "(I)Ljava/lang/String;", "GetGetManufacturerCode_IHandler", ApiSince=29)]
public virtual string? GetManufacturerCode (int slotIndex);
[<Android.Runtime.Register("getManufacturerCode", "(I)Ljava/lang/String;", "GetGetManufacturerCode_IHandler", ApiSince=29)>]
abstract member GetManufacturerCode : int -> string
override this.GetManufacturerCode : int -> string

Parameters

slotIndex
Int32

of which Type Allocation Code is returned

Returns

Attributes

Remarks

Returns the Manufacturer Code from the MEID. Return null if Manufacturer Code is not available.

Java documentation for android.telephony.TelephonyManager.getManufacturerCode(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