Android manufacturer names
This reference lists the allowed values used to identify Android devices by
zero-touch enrollment. Both the APIs and portal's CSV importing check values
against the lists in this reference.
To help avoid errors when you claim devices for a customer, you
identify each device using a hardware ID or
metadata and the manufacturer's name. A combination of values helps prevent
provisioning the wrong device because of a mistyped ID.
Manufacturers
To identify the correct manufacturer value to use, ask the device manufacturer,
or use adb to query the
value from the device with the following command:
console
adb shell getprop ro.product.manufacturer
.
Models
To identify devices by serial number zero-touch enrollment uses a
combination of the device's serial number, manufacturer, and model. The APIs and
CSV import check that both the model value and manufacturer value are from a
launched device.
Learn more
To learn more about identifying devices and see examples of these values used in
API calls, read the Identifiers guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-13 UTC.
[null,null,["Last updated 2024-12-13 UTC."],[[["Zero-touch enrollment uses specific values to identify Android devices, as referenced in this guide for both APIs and CSV imports."],["Device identification requires a combination of hardware ID or metadata with the manufacturer's name to help ensure the correct device is provisioned."],["The correct manufacturer value can be obtained by contacting the device manufacturer directly or by using the `adb shell getprop ro.product.manufacturer` command."],["Identifying devices by serial number for zero-touch enrollment involves the device's serial number, manufacturer, and model, all of which must be from a launched device."]]],["Device identification for Android zero-touch enrollment involves using hardware IDs or metadata paired with the manufacturer's name. The manufacturer's name can be obtained through the device manufacturer or via the `adb` command. When using a serial number, both the manufacturer and model must be valid. APIs and CSV imports validate these values against a list. For more details and examples, refer to the provided \"Identifiers\" guide.\n"]]