ชื่อผู้ผลิต Android
ข้อมูลอ้างอิงนี้แสดงค่าที่อนุญาตซึ่งใช้ในการระบุอุปกรณ์ Android โดยการลงทะเบียนการตั้งค่าอุปกรณ์พร้อมใช้แบบรวมกลุ่ม ทั้ง API และการนําเข้า CSV ของพอร์ทัลจะตรวจสอบค่าเทียบกับรายการในข้อมูลอ้างอิงนี้
เพื่อช่วยหลีกเลี่ยงข้อผิดพลาดเมื่ออ้างสิทธิ์อุปกรณ์สำหรับลูกค้า คุณต้องระบุอุปกรณ์แต่ละเครื่องโดยใช้รหัสฮาร์ดแวร์หรือข้อมูลเมตาและชื่อผู้ผลิต การรวมค่าต่างๆ เข้าด้วยกันจะช่วยป้องกันการจัดสรรอุปกรณ์ที่ไม่ถูกต้องเนื่องจากมีการพิมพ์รหัสผิด
ผู้ผลิต
หากต้องการระบุค่าผู้ผลิตที่ถูกต้องที่จะใช้ โปรดสอบถามผู้ผลิตอุปกรณ์ หรือใช้ adb เพื่อค้นหาค่าจากอุปกรณ์ด้วยคำสั่งต่อไปนี้
console
adb shell getprop ro.product.manufacturer
โมเดล
หากต้องการระบุอุปกรณ์ตามหมายเลขซีเรียล การตั้งค่าอุปกรณ์พร้อมใช้แบบรวมกลุ่มจะใช้หมายเลขซีเรียล ผู้ผลิต และรุ่นของอุปกรณ์ API และการนําเข้า CSV จะตรวจสอบว่าทั้งค่ารุ่นและค่าผู้ผลิตมาจากอุปกรณ์ที่เปิดตัวแล้ว
ดูข้อมูลเพิ่มเติม
หากต้องการดูข้อมูลเพิ่มเติมเกี่ยวกับการระบุอุปกรณ์และดูตัวอย่างค่าเหล่านี้ที่ใช้ในการเรียก API โปรดอ่านคู่มือตัวระบุ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-21 UTC
[null,null,["อัปเดตล่าสุด 2024-12-21 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"]]