Tên nhà sản xuất Android
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài liệu tham khảo này liệt kê các giá trị được phép dùng để xác định thiết bị Android bằng tính năng đăng ký không tiếp xúc. Cả API và tính năng nhập CSV của cổng thông tin đều kiểm tra các giá trị dựa trên danh sách trong tài liệu tham khảo này.
Để tránh lỗi khi xác nhận quyền sở hữu thiết bị cho khách hàng, bạn cần xác định từng thiết bị bằng mã nhận dạng phần cứng hoặc siêu dữ liệu và tên nhà sản xuất. Việc kết hợp các giá trị giúp ngăn việc cấp sai thiết bị do nhập sai mã nhận dạng.
Nhà sản xuất
Để xác định giá trị chính xác của nhà sản xuất cần sử dụng, hãy hỏi nhà sản xuất thiết bị hoặc sử dụng adb để truy vấn giá trị từ thiết bị bằng lệnh sau: console
adb shell getprop ro.product.manufacturer
.
Mô hình
Để xác định thiết bị theo số sê-ri, tính năng đăng ký không tiếp xúc sử dụng tổ hợp số sê-ri, nhà sản xuất và kiểu máy của thiết bị. API và tính năng nhập CSV kiểm tra để đảm bảo cả giá trị kiểu máy và giá trị nhà sản xuất đều là của một thiết bị đã ra mắt.
Tìm hiểu thêm
Để tìm hiểu thêm về cách xác định thiết bị và xem ví dụ về các giá trị này được sử dụng trong các lệnh gọi API, hãy đọc hướng dẫn về Mã nhận dạng.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\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."]]