Build.OdmSku Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SKU of the device as set by the original design manufacturer (ODM).
[Android.Runtime.Register("ODM_SKU", ApiSince=31)]
public static string OdmSku { get; }
[<Android.Runtime.Register("ODM_SKU", ApiSince=31)>]
static member OdmSku : string
Property Value
- Attributes
Remarks
The SKU of the device as set by the original design manufacturer (ODM).
This is a runtime-initialized property set during startup to configure device services. If no value is set, this is reported as #UNKNOWN
.
The ODM SKU may have multiple variants for the same system SKU in case a manufacturer produces variants of the same design. For example, the same build may be released with variations in physical keyboard and/or display hardware, each with a different ODM SKU.
Java documentation for android.os.Build.ODM_SKU
.
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.