android - Convert device name to model name -
as know, android devices have device names maguro or crespo. there data source projection device name -> model name (e.g. maguro -> samsung galaxy nexus, crespo -> samsung nexus s)?
check out android.os.build
specifically, you're interested in this:
public static final string manufacturer manufacturer of product/hardware. public static final string model end-user-visible name end product.
Comments
Post a Comment