3

ご存じのとおり、すべての Android デバイスには、maguro や crespo などのデバイス名があります。プロジェクションデバイス名 -> モデル名 (例 maguro -> Samsung Galaxy Nexus、crespo -> Samsung Nexus S) のデータソースはありますか?

4

2 に答える 2

1

Google は、ディクショナリとして使用できるデバイス (デバイス名、ベンダー、モデルなど) のリストを提供しています。Google の回答ページに PDF として公開されています: https://support.google.com/googleplay/answer/1727131

PDF への直接リンク: https://storage.googleapis.com/support-kms-prod/84AF7DFE379C751BA0F041D5B711E13D87BF

于 2015-04-01T05:55:22.743 に答える
1

android.os.Buildを確認してください

具体的には、次のことに興味があります。

public static final String  MANUFACTURER    The manufacturer of the product/hardware.
public static final String  MODEL           The end-user-visible name for the end product.
于 2013-05-09T01:12:26.863 に答える