Android 製造商名稱
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本參考資料列出透過零接觸註冊機制識別 Android 裝置的許可值。在 API 和入口網站的 CSV 匯入作業中,系統會根據此參考資料中的清單檢查值。
為避免在為客戶聲明裝置時發生錯誤,請使用硬體 ID 或中繼資料和製造商名稱識別每部裝置。透過組合值,可避免因輸入錯誤的 ID 而配置錯誤的裝置。
製造商
如要找出要使用的正確製造商值,請向裝置製造商洽詢,或使用 adb 搭配下列指令,從裝置查詢值:console
adb shell getprop ro.product.manufacturer
。
模型
如要依序號識別裝置,零接觸註冊機制會使用裝置的序號、製造商和型號組合。API 和 CSV 匯入功能會檢查型號值和製造商值是否來自已推出的裝置。
瞭解詳情
如要進一步瞭解如何識別裝置,並查看在 API 呼叫中使用的這些值範例,請參閱「識別碼」指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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."]]