Android 制造商名称
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
此参考列出了用于通过零触摸注册识别 Android 设备的允许值。API 和门户网站的 CSV 导入功能都会将值与此参考文档中的列表进行比对。
为避免在为客户声明设备时出错,您可以使用硬件 ID 或元数据以及制造商名称来标识每台设备。组合使用这些值有助于防止因输入错误的 ID 而预配错误的设备。
制造商
如需确定要使用的正确制造商值,请咨询设备制造商,或使用 adb 通过以下命令从设备查询值:console
adb shell getprop ro.product.manufacturer
。
模型
如需通过序列号识别设备,零触摸注册会使用设备的序列号、制造商和型号的组合。API 和 CSV 导入功能会检查型号值和制造商值是否来自已发布的设备。
了解详情
如需详细了解如何识别设备,并查看 API 调用中使用这些值的示例,请参阅标识符指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eZero-touch enrollment uses specific values to identify Android devices, as referenced in this guide for both APIs and CSV imports.\u003c/p\u003e\n"],["\u003cp\u003eDevice identification requires a combination of hardware ID or metadata with the manufacturer's name to help ensure the correct device is provisioned.\u003c/p\u003e\n"],["\u003cp\u003eThe correct manufacturer value can be obtained by contacting the device manufacturer directly or by using the \u003ccode\u003eadb shell getprop ro.product.manufacturer\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eIdentifying 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.\u003c/p\u003e\n"]]],["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"],null,["# Android manufacturer names\n\nThis reference lists the allowed values used to identify Android devices by\nzero-touch enrollment. Both the APIs and portal's CSV importing check values\nagainst the lists in this reference.\n\nTo help avoid errors when you claim devices for a customer, you\n[identify](/zero-touch/guides/identifiers) each device using a hardware ID or\nmetadata and the manufacturer's name. A combination of values helps prevent\nprovisioning the wrong device because of a mistyped ID.\n\nManufacturers\n-------------\n\nTo identify the correct manufacturer value to use, ask the device manufacturer,\nor use [adb](https://developer.android.com/studio/command-line/adb) to query the\nvalue from the device with the following command:\n`console\nadb shell getprop ro.product.manufacturer`\n.\n\nModels\n------\n\nTo identify devices by serial number zero-touch enrollment uses a\ncombination of the device's serial number, manufacturer, and model. The APIs and\nCSV import check that both the model value and manufacturer value are from a\nlaunched device.\n\nLearn more\n----------\n\nTo learn more about identifying devices and see examples of these values used in\nAPI calls, read the [Identifiers](/zero-touch/guides/identifiers) guide."]]