Android メーカー名
このリファレンスでは、ゼロタッチ登録で Android デバイスを識別するために使用できる値を示します。API とポータルの CSV インポートの両方で、このリファレンスのリストと値が照合されます。
お客様のデバイスを申請する際にエラーが発生しないように、ハードウェア ID またはメタデータとメーカー名を使用して各デバイスを識別します。値を組み合わせることで、ID の誤入力による間違ったデバイスのプロビジョニングを防ぐことができます。
メーカー
使用する正しいメーカー値を特定するには、デバイス メーカーに問い合わせるか、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."]]],[]]