如您所知,所有 Android 设备都有设备名称,例如 maguro 或 crespo。是否有任何具有投影设备名称 -> 型号名称的数据源(例如 maguro -> Samsung Galaxy Nexus、crespo -> Samsung Nexus S)?
问问题
971 次
2 回答
1
具体来说,您对此感兴趣:
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 回答
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 回答